Instrument workflows to investigate skipped tests · gitpython-developers/GitPython@45773c2 · GitHub
Skip to content

Commit 45773c2

Browse files
committed
Instrument workflows to investigate skipped tests
This makes jobs from both test workflows give more information relevant to examining which tests are skipped (and if any tests xfail, 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 be expected, because due to the way the output is handled, the pytest-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, the current output with -v has extra newlines, increasing length and worsening readability, so it should be improved on if possible.
1 parent abd445f commit 45773c2

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/cygwin-test.yml

Lines changed: 5 additions & 1 deletion

.github/workflows/pythonpackage.yml

Lines changed: 5 additions & 1 deletion

0 commit comments

Comments
 (0)