forked from python/cpython
-
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.
Stackless issue python#86: Modernize the unittest support classes
Reimplement Stackless/unittests/support.py. The new implementation is more IDE friendly and requires only a single pass to run all test with and without soft switching. Base all tests on StacklessTestCase. Remove a second call of unittest.main from ```if __name__ == "__main__"```-blocks https://bitbucket.org/stackless-dev/stackless/issues/86 (grafted from 8237bba0d27ab1bdd2cdbfa52c7bdb6f468119a7, 719923b5c638, 06295530c672, 65cff13662f2)
- Loading branch information
Anselm Kruis
committed
Aug 26, 2016
1 parent
3ac4a0d
commit 1298727
Showing
10 changed files
with
332 additions
and
128 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
Oops, something went wrong.