Open
Description
Pytest is much more user-friendly.
- Better runner - colors, stacktraces, code snipets, hides "garbage" stdout/err/logger output.
- Concise tests - just
def test(): assert ...
instead of junit-approach - Tons! of useful plugins ; ability to create bigflow-specific.
Proposal: add optional support of pytest.
Default test framework should remain
the same (unittest), but users might enable pytest via parameters to bigflow.build.setup
.