Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

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

No branches or pull requests

2 participants