Skip to content

Commit 52bf2c9

Browse files
Merge pull request #343 from tillahoffmann/strict-markers
Raise error on unknown marker.
2 parents 0858458 + 9217f58 commit 52bf2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ${DISTRIBUTIONS} : %/dist : %/setup.py
2626
# Targets to run the test suite for each package.
2727
tests : ${TESTS}
2828
${TESTS} : %/tests :
29-
pytest -svx --cov-report=term-missing --cov=testcontainers.$* --tb=short $*/tests
29+
pytest -svx --cov-report=term-missing --cov=testcontainers.$* --tb=short --strict-markers $*/tests
3030

3131
# Targets to lint the code.
3232
lint : ${LINT}

0 commit comments

Comments
 (0)