https://github.com/neulhan/django_test_example
https://github.com/neulhan/django_test_example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/neulhan/django_test_example
- Owner: Neulhan
- Created: 2024-05-03T12:08:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T12:26:44.000Z (about 2 years ago)
- Last Synced: 2024-05-03T16:21:24.221Z (about 2 years ago)
- Language: Python
- Size: 270 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Test Example
```shell
python manage.py test
```

## Django Unit Test
[Writing and running tests | Django documentation](https://docs.djangoproject.com/en/4.2/topics/testing/overview/)
## Django Performance Test
[Locust Documentation — Locust 2.26.0 documentation](https://docs.locust.io/en/stable/index.html)