Skip to content

Commit c1c2d17

Browse files
authored
Report skipped tests in blossom (#68)
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' ```
1 parent b6508e5 commit c1c2d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/test_unit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ cd /core/
2222
git pull origin main
2323

2424
# Run tests
25-
pytest /core/tests/unit
25+
pytest -rxs /core/tests/unit
2626

0 commit comments

Comments
 (0)