forked from faust-streaming/faust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore tests (updated) (faust-streaming#141)
* Restore testing A lot of test classes are named test_*, which makes pytest *not* find them by default * Fix failing unit test after fix for faust-streaming#42 * Restore tests by adding timeout arg * Restore original behaviour of _wait, don't always wait for signal_recovery_start * Restore a few of the aiokafka tests * Restore a few app tests * Run event path verification in aiokafka driver * lower minimum code coverage to 59% * reformat examples/livecheck.py with black * rename test class to match Test naming pattern * fix test__resume_streams, as assignment() returns a set Co-authored-by: Erik Forsberg <erik.forsberg@ferroamp.se> Co-authored-by: Erik Forsberg <forsberg@ferroamp.com> Co-authored-by: Vikram Patki <54442035+patkivikram@users.noreply.github.com>
- Loading branch information
1 parent
48fa76b
commit 7a45b2b
Showing
7 changed files
with
85 additions
and
60 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ addopts = | |
--strict-config | ||
--strict-markers | ||
xfail_strict=True | ||
|
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