src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Mon, 31 Jul 2017 23:18:38 +0200
changeset 131 adad5563603c
parent 74 043477fd5c5c
permissions -rw-r--r--
add personal group, default_group to users and add group info to session on backend

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']