src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Tue, 28 Aug 2018 18:52:12 +0200
changeset 149 298d0373812e
parent 74 043477fd5c5c
permissions -rw-r--r--
Correct problem with "findDOMNode" is null

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']