mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-12-02 13:53:43 +03:00
deleted make file and adding testing section to README
This commit is contained in:
parent
8b284f8adf
commit
b55fcc2361
|
@ -44,7 +44,12 @@ REST_USE_JWT = True
|
||||||
JWT_AUTH_COOKIE = 'jwt-auth'
|
JWT_AUTH_COOKIE = 'jwt-auth'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Testing
|
||||||
|
|
||||||
|
To run the tests within a virtualenv, run `python runtests.py` from the repository directory.
|
||||||
|
The easiest way to run test coverage is with [`coverage`](https://pypi.org/project/coverage/),
|
||||||
|
which runs the tests against all supported Django installs. To run the test coverage
|
||||||
|
within a virtualenv, run `coverage run ./runtests.py` from the repository directory then run `coverage report`.
|
||||||
|
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user