X Tutup
Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 218 Bytes

File metadata and controls

12 lines (7 loc) · 218 Bytes

Generating documentation:

$ sphinx-build -b html docs docs/html

Installing dependencies:

$ pip install requests responses

Running tests:

$ git submodule update --init
$ python -m unittest discover
X Tutup