Skip to content

Commit 6769dc3

Browse files
committed
Format codes
1 parent dbfd7e2 commit 6769dc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pygmt/tests/test_clib_loading.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ def test_load_libgmt_fails(monkeypatch):
4040

4141

4242
def test_load_libgmt_with_a_bad_library_path(monkeypatch):
43-
"Test that loading still works when given a bad library path."
43+
"""
44+
Test that loading still works when given a bad library path.
45+
"""
4446
# Set a fake "GMT_LIBRARY_PATH"
4547
monkeypatch.setenv("GMT_LIBRARY_PATH", "/not/a/real/path")
4648
assert check_libgmt(load_libgmt()) is None

0 commit comments

Comments
 (0)