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.
lib
1 parent fb84a0f commit d9fbc7dCopy full SHA for d9fbc7d
pytest.ini
@@ -0,0 +1,7 @@
1
+[pytest]
2
+# NOTE: Because tests can be run from an installed copy, most of our Pytest
3
+# configuration is in the `pytest_configure` function in
4
+# `lib/matplotlib/testing/conftest.py`. This configuration file exists only to
5
+# prevent Pytest from wasting time trying to check examples and documentation
6
+# files that are not really tests.
7
+testpaths = lib
0 commit comments