src/notes/tests/api/__init__.py
author duong tam kien <tk@deveha.com>
Mon, 10 Jul 2017 16:22:59 +0200
changeset 114 ec72869a5a20
parent 74 043477fd5c5c
permissions -rw-r--r--
adds a synthesis step

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']