We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da5548 commit 8825ee6Copy full SHA for 8825ee6
.github/workflows/run_tests.yml
@@ -67,6 +67,14 @@ jobs:
67
SMARTSIM_REDISAI: ${{ matrix.rai }}
68
69
steps:
70
+ - name: Check Test Files are Marked
71
+ run: |
72
+ diff <(find tests -path tests/_legacy -prune -o -type f -name 'test_*.py' -print \
73
+ | xargs grep -l 'pytestmark' \
74
+ | sort) \
75
+ <(find tests -path tests/_legacy -prune -o -type f -name 'test_*.py' -print \
76
+ | sort)
77
+
78
- uses: actions/checkout@v4
79
- uses: actions/setup-python@v5
80
with:
0 commit comments