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 58da111 commit c6bb5dbCopy full SHA for c6bb5db
tests/test_pytest_mpl.py
@@ -41,7 +41,7 @@ def test_succeeds_remote():
41
42
# The following tries an invalid URL first (or at least a URL where the baseline
43
# image won't exist), but should succeed with the second mirror.
44
-@pytest.mark.mpl_image_compare(baseline_dir='http://www.python.org,' + baseline_dir_remote,
+@pytest.mark.mpl_image_compare(baseline_dir='http://www.python.org/,' + baseline_dir_remote,
45
filename='test_succeeds_remote.png')
46
def test_succeeds_faulty_mirror():
47
fig = plt.figure()
0 commit comments