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 dbfd7e2 commit 6769dc3Copy full SHA for 6769dc3
pygmt/tests/test_clib_loading.py
@@ -40,7 +40,9 @@ def test_load_libgmt_fails(monkeypatch):
40
41
42
def test_load_libgmt_with_a_bad_library_path(monkeypatch):
43
- "Test that loading still works when given a bad library path."
+ """
44
+ Test that loading still works when given a bad library path.
45
46
# Set a fake "GMT_LIBRARY_PATH"
47
monkeypatch.setenv("GMT_LIBRARY_PATH", "/not/a/real/path")
48
assert check_libgmt(load_libgmt()) is None
0 commit comments