diff options
Diffstat (limited to 'testapp/myauthentication/tests.py')
-rw-r--r-- | testapp/myauthentication/tests.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testapp/myauthentication/tests.py b/testapp/myauthentication/tests.py new file mode 100644 index 0000000..4103038 --- /dev/null +++ b/testapp/myauthentication/tests.py @@ -0,0 +1,5 @@ +#This file demonstrates writing tests using the unittest module. These will pass +#when you run "manage.py test". + +#Write appropriate tests for the application. + |