maelstrom-software / maelstrom

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.
https://maelstrom-software.com/
Apache License 2.0
599 stars 11 forks source link

See if we can use `--no-header` and `--no-summary` to help with pytest output scraping #401

Open bobbobbio opened 2 months ago

bobbobbio commented 2 months ago

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.

Definition of Done