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
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
Ward is an alternative (replacement,) to pytest and provided it's own command (ward, vs pytest). It also provides it's own style of Test and Fixture definition. I suspect converting a test from pytest to ward is relatively straightforward (and in some cases probably just means adding the @test decorator with a test name as an argument.)
In my opinion, the biggest reason you might want to use Ward is, as you said, that it has very nice output out of the box (without using any plugins, though you can expand the output with plugins.)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If so how do I use this?
As an additional or as replacement for pytest?
The text was updated successfully, but these errors were encountered: