Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 0858458 + 9217f58 commit 52bf2c9Copy full SHA for 52bf2c9
Makefile
@@ -26,7 +26,7 @@ ${DISTRIBUTIONS} : %/dist : %/setup.py
26
# Targets to run the test suite for each package.
27
tests : ${TESTS}
28
${TESTS} : %/tests :
29
- pytest -svx --cov-report=term-missing --cov=testcontainers.$* --tb=short $*/tests
+ pytest -svx --cov-report=term-missing --cov=testcontainers.$* --tb=short --strict-markers $*/tests
30
31
# Targets to lint the code.
32
lint : ${LINT}
0 commit comments