Adding a bunch of Unit Tests

This commit is contained in:
Raphael Michel
2014-10-07 17:12:06 +02:00
parent d633f4317c
commit d004d7c49a
12 changed files with 227 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
try:
try: # NOQA
from enum import Enum
except ImportError:
except ImportError: # NOQA
from flufl.enum import Enum
from django.apps import apps