Skip to content

Unit Test

Andy Neff edited this page Jan 9, 2017 · 1 revision

Django Unit Tests

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}
Clone this wiki locally