diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-31 10:46:50 +0200 |
---|---|---|
committer | Étienne Loks <etienne@peacefrogs.net> | 2019-07-31 10:46:50 +0200 |
commit | d2e3ce3fe1bca021190c8257367e8a444596724f (patch) | |
tree | 73d50da3dddea117777ecfeaad6926db0920b2c9 /commorganization/tests.py | |
parent | 345a41be0318da980422ee74a67c363008d4de8d (diff) | |
download | Comm-on-net-d2e3ce3fe1bca021190c8257367e8a444596724f.tar.bz2 Comm-on-net-d2e3ce3fe1bca021190c8257367e8a444596724f.zip |
Models refactoring
Diffstat (limited to 'commorganization/tests.py')
-rw-r--r-- | commorganization/tests.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/commorganization/tests.py b/commorganization/tests.py new file mode 100644 index 0000000..7ce503c --- /dev/null +++ b/commorganization/tests.py @@ -0,0 +1,3 @@ +from django.test import TestCase + +# Create your tests here. |