src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Tue, 27 Jun 2017 11:38:26 +0200
changeset 97 69eaef18b01b
parent 74 043477fd5c5c
permissions -rw-r--r--
Improve the network saga. Try to avoid unnecessary token refresh

from .session import SessionApiTests
from.note import NoteApiTests

__all__ = ['SessionApiTests', 'NoteApiTests']