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 79dd1d1 commit f7f8e20Copy full SHA for f7f8e20
tests/standalone_tests.sh
@@ -17,7 +17,7 @@ set -e
17
# this environment variable allows special tests to run
18
export PL_RUN_STANDALONE_TESTS=1
19
# python arguments
20
-defaults='-m coverage run --source pytorch_lightning --append -m pytest --capture=no'
+defaults='-m coverage run --source pytorch_lightning --append -m pytest --capture=no tests'
21
22
# find tests marked as `@RunIf(standalone=True)`. done manually instead of with pytest because it is faster
23
grep_output=$(grep --recursive --word-regexp 'tests' --regexp 'standalone=True' --include '*.py' --exclude 'tests/conftest.py')
0 commit comments