src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Sun, 25 Nov 2018 21:18:55 +0100
changeset 176 a24f6bf72f6a
parent 74 043477fd5c5c
permissions -rw-r--r--
update requirement for django-auditlog

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']