Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] if I use pytest for django, should I use this for better readability? #312

Open
simkimsia opened this issue Dec 25, 2021 · 1 comment

Comments

@simkimsia
Copy link

If so how do I use this?

As an additional or as replacement for pytest?

@kajuberdut
Copy link

kajuberdut commented Jan 19, 2022

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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants