Skip to content

Commit 12a7df4

Browse files
committed
test(commons): fix tests command
1 parent 248e8ff commit 12a7df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tool.poe.tasks]
22
linter = "flake8 --extend-ignore=A001,A002,A003 ./src"
3-
tests = "python -m doctest ./src/*.py"
3+
tests = "python -m doctest ./src/allure_commons/*.py"

0 commit comments

Comments
 (0)