Skip to content

Commit b56da8d

Browse files
authored
Update conftest.py
1 parent 744dedb commit b56da8d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ def add_cwd_to_syspath():
1616
"""Ensure the current working directory is in sys.path.
1717
1818
CFFI and ffcx.main compile/generate files into CWD by default. Without
19-
this, importlib.import_module cannot find those files when pytest is invoked
20-
from a directory that is not already on sys.path (e.g. the project root
21-
rather than the test/ subdirectory).
19+
this, importlib.import_module cannot find those files when ``pytest``
20+
is invoked from a directory that is not already on sys.path
21+
(e.g. the project root rather than the test/ subdirectory).
2222
"""
2323
cwd = os.getcwd()
2424
if cwd not in sys.path:

0 commit comments

Comments
 (0)