-
Notifications
You must be signed in to change notification settings - Fork 4
Unit Test
Andy Neff edited this page Jan 9, 2017
·
1 revision
Create a Django unit test following these instructions
To run all the unit tests, run
./just test
To run unit test on a specific app, simply
./just test voxel_globe.{app_name}