Skip to content

Commit d974065

Browse files
authored
Merge pull request #135 from sbs2001/develop
Update README instructions for running tests
2 parents 7289228 + 61ba0a0 commit d974065

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,7 @@ the code Django includes for this purpose: `SECRET_KEY=$(python -c "from django.
5454

5555
```
5656
pycodestyle --exclude=migrations,settings.py,venv --max-line-length=100 .
57-
python -m pytest -v vulnerabilities/tests/test_scrapers.py vulnerabilities/tests/test_api_data.py
58-
```
59-
60-
For Django based tests
61-
```
62-
DJANGO_DEV=1 python manage.py test vulnerabilities.tests
57+
DJANGO_DEV=1 pytest
6358
```
6459

6560
## Data import

0 commit comments

Comments
 (0)