Skip to content

Commit

Permalink
release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigo committed Dec 7, 2024
1 parent 3a9e6a6 commit f5e9846
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CURRENT
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[current]
tag = 2.12.3
tag = 2.13.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.12.3",
"version": "2.13.0",
"devDependencies": {
"busuanzi.pure.js": "^1.0.3",
"markdown-it-mathjax3": "^4.3.2",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "youqu"
version = "2.12.3"
version = "2.13.0"
authors = [
{ name = "mikigo", email = "[email protected]" },
]
Expand Down
1 change: 1 addition & 0 deletions src/rtk/remote_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ def collection_only_cmd(self, outside_keywords=None):
if not cases:
logger.error("未收集到用例")
sys.exit(5)
cases = [i.split("/")[-1] for i in cases]
return cases

def pre_env(self):
Expand Down

0 comments on commit f5e9846

Please sign in to comment.