Commit 1298727
Anselm Kruis
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)1 parent 3ac4a0d commit 1298727
10 files changed
Lines changed: 332 additions & 128 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | | - | |
11 | | - | |
12 | 9 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 10 | | |
45 | 11 | | |
46 | 12 | | |
47 | 13 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
70 | 17 | | |
71 | 18 | | |
72 | 19 | | |
| |||
0 commit comments