Skip to content

Commit 9d36e98

Browse files
committed
Document markers used by pytest.
This may or may not become a requirement in the future.
1 parent 113d079 commit 9d36e98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pytest.ini

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[pytest]
22
norecursedirs = .git build ci dist doc extern lib/mpl_examples release tools unit venv
33
python_files = test_*.py
4+
5+
markers =
6+
backend: Set alternate Matplotlib backend temporarily.
7+
network: Mark a test that uses the network.
8+
style: Set alternate Matplotlib style temporarily.
9+
410
pep8ignore =
511
* E111 E114 E115 E116 E121 E122 E123 E124 E125 E126 E127 E128 E129 E131 E226 E240 E241 E242 E243 E244 E245 E246 E247 E248 E249 E265 E266 E704 W503
612

0 commit comments

Comments
 (0)