src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 26 Jun 2017 17:40:28 +0200
changeset 93 469da13402e2
parent 74 043477fd5c5c
permissions -rw-r--r--
Allow to delete session.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']