Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Re-enable the domain reload tests
Add `src/domain_tests` to `testpaths` in pyproject.toml
  • Loading branch information
BadSingleton committed Mar 1, 2021
commit 8f443f0fc461bb24a080244cdda33c1e5e438b8d
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ build-backend = "setuptools.build_meta"
xfail_strict = true
testpaths = [
"tests",
"src/domain_tests"
]