Skip to content

Commit 04ecdeb

Browse files
authored
Move fluent API unit test files into their own subdirectory. (#78)
Prior to this commit, test/conftest.py held a couple pytest fixtures used only for the fluent API unit tests. This commit better isolates those fixtures.
1 parent 1ede5d6 commit 04ecdeb

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from unittest.mock import MagicMock
55

66
sys.path.insert(0,
7-
os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
7+
os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')))
88

99
import notecard # noqa: E402
1010

0 commit comments

Comments
 (0)