--- a/src/notes/tests/api/__init__.py Thu Jun 22 11:58:27 2017 +0200
+++ b/src/notes/tests/api/__init__.py Thu Jun 22 12:09:48 2017 +0200
@@ -1,3 +1,4 @@
from .session import SessionApiTests
+from.note import NoteApiTests
-__all__ = 'SessionApiTests'
+__all__ = ['SessionApiTests', 'NoteApiTests']