Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commit45773c2
committed
Instrument workflows to investigate skipped tests
This makes jobs from both test workflows give more informationrelevant to examining which tests are skipped (and if any testsxfail, those too) in what environments:- Values of os.name and git.util.is_win.- The name of each test that runs, with its status.The latter doesn't increase the output length as much as might beexpected, because due to the way the output is handled, thepytest-sugar pretty output format without -v looked like: test/test_actor.py ✓ 0% test/test_actor.py ✓✓ 0% ▏ test/test_actor.py ✓✓✓ 1% ▏ test/test_actor.py ✓✓✓✓ 1% ▏When instead it was intended to fit on a single line. Still, thecurrent output with -v has extra newlines, increasing length andworsening readability, so it should be improved on if possible.1 parentabd445f commit45773c2
2 files changed
+10
-2
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
61 | 65 |
| |
62 | 66 |
| |
63 | 67 |
| |
64 |
| - | |
| 68 | + |
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 |
| |
77 | 81 |
| |
78 |
| - | |
| 82 | + | |
79 | 83 |
| |
80 | 84 |
| |
81 | 85 |
| |
|
0 commit comments
Comments
(0)