src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Tue, 18 Dec 2018 02:27:22 +0100
changeset 199 c78d579f4b55
parent 74 043477fd5c5c
permissions -rw-r--r--
Correct the registration screen. First version of a password reset screen.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']