Skip to content

Commit 9217f58

Browse files
committed
Raise error on unknown marker.
1 parent 0858458 commit 9217f58

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)