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.
2 parents d5923eb + bce1bad commit 023341bCopy full SHA for 023341b
1 file changed
pytest.ini
@@ -5,10 +5,11 @@ testpaths = lib
5
python_files = test_*.py
6
7
markers =
8
+ flaky: (Provided by pytest-rerunfailures.)
9
backend: Set alternate Matplotlib backend temporarily.
10
style: Set alternate Matplotlib style temporarily.
- baseline_images: Compare output against a known reference
11
- pytz: Tests that require pytz to be installed
+ baseline_images: Compare output against a known reference.
12
+ pytz: Tests that require pytz to be installed.
13
14
filterwarnings =
15
error
0 commit comments