src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 29 Jun 2017 12:05:09 +0200
changeset 105 0a1d6560acac
parent 74 043477fd5c5c
permissions -rw-r--r--
Introduce authenticated routes.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']