pytest-django icon indicating copy to clipboard operation
pytest-django copied to clipboard

Question: How to run tests under selected tag just like django.test.TestCase with tag

Open edchelstephens opened this issue 3 years ago • 2 comments
trafficstars

Is there an implementation for this in pytest-django?

Thanks a lot!

edchelstephens avatar Feb 26 '22 01:02 edchelstephens

Have you looked at https://github.com/pytest-dev/pytest-django/issues/818?

hramezani avatar Feb 28 '22 13:02 hramezani

Have you looked at #818?

I think this answered it for me. Thanks!

https://docs.pytest.org/en/6.2.x/example/markers.html

edchelstephens avatar Feb 28 '22 13:02 edchelstephens