https://github.com/laactech/django-rest-framework-parameterize-example
https://github.com/laactech/django-rest-framework-parameterize-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/laactech/django-rest-framework-parameterize-example
- Owner: laactech
- License: bsd-3-clause
- Created: 2020-07-30T13:54:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T19:30:28.000Z (over 4 years ago)
- Last Synced: 2025-02-08T16:11:44.138Z (over 1 year ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Django Rest Framework Parameterized Tests Example
## Project Set Up
1. Clone the github repo
* `git clone https://github.com/laactech/django-csp-example.git`
1. Create a virtual environment
* `python3 -m venv csp_venv`
1. Activate the virtual environment
* `. ./csp_venv/bin/activate`
1. Install the requirements
* `pip install -r requirements.txt`
1. Run the tests
* `pytest . --create-db --migrations`