src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Wed, 19 Jul 2017 16:20:29 +0200
changeset 120 892980a3af09
parent 74 043477fd5c5c
permissions -rw-r--r--
for notes api, the end point list all properties.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']