src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Thu, 20 Jul 2017 11:23:08 +0200
changeset 124 c77570164050
parent 74 043477fd5c5c
permissions -rw-r--r--
implement soft delete and indicator that session and notes have been modiied

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']