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
it tells you how to integrate nose with django for coverage, which seems like a great idea, but nose has been unmaintained since 2015. there's a nose 2, but not as far as i can see a django-nose2.
if you follow those instructions you end up getting this issue nose-devs/nose#1099
The text was updated successfully, but these errors were encountered:
Fixes#18
Update `coverage.rst` to replace `nose` with `pytest` for coverage integration.
* Replace instructions for integrating `nose` with Django for coverage with `pytest`.
* Update configuration examples to use `pytest`, `pytest-django`, and `pytest-cov`.
* Add instructions for installing `pytest`, `pytest-django`, and `pytest-cov` using `pip`.
* Update `settings.py` and `pytest.ini` configuration examples.
* Update references to `nose` and `django-nose` with `pytest` and `pytest-django`.
* Update coverage report options to use `pytest` syntax.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ericholscher/django-testing-docs/issues/18?shareId=XXXX-XXXX-XXXX-XXXX).
it tells you how to integrate nose with django for coverage, which seems like a great idea, but nose has been unmaintained since 2015. there's a nose 2, but not as far as i can see a django-nose2.
if you follow those instructions you end up getting this issue nose-devs/nose#1099
The text was updated successfully, but these errors were encountered: