-
-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor nox to separate integration tests (#2950)
* Split tests on nox * Fix marker * Improve how we skip tests * Make dependencies not required * More ignores and import fixes * More import skips * Remove aiohttp dep in tests * Fix * Remove more imports * More imports * One more import * More skips * Older pydantic when using starlite * Missing dep * Missing dep * Missing deps * cli tests * Fix federation * TMP disable cache * Reskip * Reenable ws tests * Fix more tests * Add coverage for tests * Fix import path * Fix test * Fix markers * Test fix * Fix pydantic tests * Remove unused fixtures * Run windows with poetry * Remove use * Fix command
- Loading branch information
Showing
46 changed files
with
809 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ ignore_errors = True | |
|
||
omit = | ||
./.venv/** | ||
./tests/* | ||
noxfile.py | ||
|
||
[html] | ||
directory = coverage_html_report |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.