You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Pytest is much more user-friendly.
def test(): assert ...
instead of junit-approachProposal: add optional support of pytest.
Default test framework should remain
the same (unittest), but users might enable pytest via parameters to
bigflow.build.setup
.The text was updated successfully, but these errors were encountered: