Maelstrom is a fast Rust, Go, and Python test runner that runs every test in its own container. Tests are either run locally or distributed to a clustered job runner.
Use Cases
Currently we try to extract the relevant information from the output of a pytest test run to display to the user. We basically try to scrape the relevant information. If we pass the --no-header and --no-summary options, maybe it makes our job easier.
Acceptance Criteria
Determine if we should pass --no-header and/or --no-summary to pytest when running tests, and do so if it is helpful.
Use Cases Currently we try to extract the relevant information from the output of a
pytest
test run to display to the user. We basically try to scrape the relevant information. If we pass the--no-header
and--no-summary
options, maybe it makes our job easier.Acceptance Criteria Determine if we should pass
--no-header
and/or--no-summary
topytest
when running tests, and do so if it is helpful.Definition of Done
CHANGELOG.md
updated.doc/book/head
updated.