src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 28 Jun 2017 12:54:48 +0200
changeset 101 e165aa89ac82
parent 74 043477fd5c5c
permissions -rw-r--r--
Add group dropdown, update session after group creation.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']