Skip to content

Commit 9b016ab

Browse files
committed
test multiple files with wildcard patterns
1 parent 1be121d commit 9b016ab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/all-lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v1
1111
- uses: marian-code/pyaction@master
1212
with:
13-
python-root-list: "./tests/'*'.py"
13+
python-root-list: "./tests/'*'.py ./tests/subtests/'*'.py"
1414
use-black: true
1515
use-isort: true
1616
use-mypy: true

tests/subtest/subtest_python_code.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import this
2+
3+
print (
4+
""
5+
end = ""
6+
)

0 commit comments

Comments
 (0)