src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 26 Jun 2017 17:50:24 +0200
changeset 94 2c2a9c8dc216
parent 74 043477fd5c5c
permissions -rw-r--r--
Submit form on enter.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']