src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 27 Jun 2017 10:54:04 +0200
changeset 96 b58463d7dc8e
parent 74 043477fd5c5c
permissions -rw-r--r--
Also delete notes when deleting session.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']