Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 113d079 commit 9d36e98Copy full SHA for 9d36e98
1 file changed
pytest.ini
@@ -1,6 +1,12 @@
1
[pytest]
2
norecursedirs = .git build ci dist doc extern lib/mpl_examples release tools unit venv
3
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
10
pep8ignore =
11
* 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
12
0 commit comments