src/notes/tests/api/__init__.py
author ymh <ymh.work@gmail.com>
Mon, 19 Jun 2017 18:23:26 +0200
changeset 56 96543c395baa
parent 31 63be3ce389f7
child 74 043477fd5c5c
permissions -rw-r--r--
Use token in storage state, not in localStorage

from .session import SessionApiTests

__all__ = 'SessionApiTests'