--- a/src/notes/tests/__init__.py Mon Jul 17 14:13:32 2017 +0200 +++ b/src/notes/tests/__init__.py Tue Jul 18 17:08:27 2017 +0200 @@ -1,1 +1,2 @@ from .api import SessionApiTests, NoteApiTests +from .models import AuthModelTests