diff -r b458138b8ab6 -r 37baf9d13f32 src/restapi/tests.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/restapi/tests.py Tue May 31 17:46:32 2016 +0200 @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here.