Skip to content

Commit

Permalink
Report skipped tests in blossom (#68)
Browse files Browse the repository at this point in the history
For the tests running in blossom, generate a report of the skipped tests.

For instance on the nightly TF container this shows

```
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=============================================== short test summary info ================================================
SKIPPED [1] tests/unit/io/test_avro.py:34: could not import 'uavro': No module named 'uavro'
```
  • Loading branch information
benfred authored Apr 6, 2022
1 parent b6508e5 commit c1c2d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ cd /core/
git pull origin main

# Run tests
pytest /core/tests/unit
pytest -rxs /core/tests/unit

0 comments on commit c1c2d17

Please sign in to comment.