Skip to content

Commit

Permalink
#150: Restructure test files
Browse files Browse the repository at this point in the history
- Before this commit, I kept the pytest tests I've created in this branch separate from the unittest tests that were there beforehand to keep them isolated. This restructure means that non-backend specific tests are together, and backend specific tests are put in the correctly named directories
  • Loading branch information
MRichards99 committed Dec 3, 2020
1 parent c866be3 commit b8324db
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/icat/test_config.py → test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@pytest.fixture()
def valid_config():
return Config(path=Path(__file__).parent.parent.parent / "config.json.example")
return Config(path=Path(__file__).parent.parent / "config.json.example")


@pytest.fixture()
Expand Down
File renamed without changes.

0 comments on commit b8324db

Please sign in to comment.