Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 813d24b

Browse files
committed
TST: register custom marks
pytest 4.5.0 became more strict about unknown marks
1 parent 1bba36f commit 813d24b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ python_files = test_*.py
77
markers =
88
backend: Set alternate Matplotlib backend temporarily.
99
style: Set alternate Matplotlib style temporarily.
10+
baseline_images: Compare output against a known reference
11+
pytz: Tests that require pytz to be installed
1012

1113
filterwarnings =
1214
error

0 commit comments

Comments
 (0)