src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 26 Jun 2017 18:15:44 +0200
changeset 95 7bc08467c726
parent 74 043477fd5c5c
permissions -rw-r--r--
Add confirmation when deleting session.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']