This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| This file demonstrates writing tests using the unittest module. These will pass | |
| when you run "manage.py test". | |
| Replace this with more appropriate tests for your application. | |
| """ | |
| from django.test import TestCase | |
NewerOlder