src/notes/tests/api/__init__.py
author Alexandre Segura <mex.zktk@gmail.com>
Tue, 27 Jun 2017 13:12:19 +0200
changeset 98 2e939d9cf193
parent 74 043477fd5c5c
permissions -rw-r--r--
Introduce WebAnnotationSerializer.

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']