Skip to content

Commit

Permalink
Move fluent API unit test files into their own subdirectory. (#78)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
haydenroche5 committed Oct 17, 2023
1 parent 1ede5d6 commit 04ecdeb
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py → test/fluent_api/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from unittest.mock import MagicMock

sys.path.insert(0,
os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
os.path.abspath(os.path.join(os.path.dirname(__file__), '../..')))

import notecard # noqa: E402

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 04ecdeb

Please sign in to comment.