src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Fri, 23 Jun 2017 10:16:49 +0200
changeset 79 772b73e31069
parent 74 043477fd5c5c
permissions -rw-r--r--
Introduce note editing, allow deleting note.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']