Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernando24164/testing_django_2
Proof of concept testing front and back in Django v2
https://github.com/fernando24164/testing_django_2
django django-rest-framework karma-tests qunit-tests
Last synced: 30 days ago
JSON representation
Proof of concept testing front and back in Django v2
- Host: GitHub
- URL: https://github.com/fernando24164/testing_django_2
- Owner: fernando24164
- Created: 2018-01-04T17:04:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-15T16:20:45.000Z (almost 7 years ago)
- Last Synced: 2023-10-15T09:16:56.926Z (about 1 year ago)
- Topics: django, django-rest-framework, karma-tests, qunit-tests
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing django
Proof of concept testing front and back in Django v2To execute it you will need Vagrant in your system all that projects needs
it is in bootstrap file.To init front test you will need to install npm dependencies:
`npm install`
And the you can test with karma framework
`npm test`