Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Testing django
Proof of concept testing front and back in Django v2

To 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`