Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace Django test command with pytest in webapp test docs (#6750)
Because: * The `./manage.py test` command uses the `test` command from `setuptools`, which uses `unittest` under the hood. * Our webapp tests run with `pytest`, and we have test-specific overrides configured in `webapp/pytest.ini` that won't get applied when the tests are run outside of `pytest`. This commit: * Updates the docs to use the pytest command.
- Loading branch information