Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 304 Bytes

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