Skip to content
  • Sponsor matplotlib/matplotlib

  • Notifications You must be signed in to change notification settings
  • Fork 7.9k
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ebc892

Browse files
committedFeb 6, 2017
Document markers used by pytest.
This may or may not become a requirement in the future.
1 parent 708b989 commit 9ebc892

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎pytest.ini

Lines changed: 6 additions & 0 deletions
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)
Failed to load comments.