src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Wed, 28 Jun 2017 14:44:02 +0200
changeset 104 d48a74232d22
parent 74 043477fd5c5c
permissions -rw-r--r--
Go back to homepage on logout.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']