docs | |
---|---|
tests | |
package |
A python library for the Sleep.me Developer API.
- Free software: MIT license
pip install sleepme
You can also install the in-development version with:
pip install https://github.com/veleek/py-sleepme/archive/main.zip
https://py-sleepme.readthedocs.io/
To run all the tests first get an Access Token and create a
.env
file:
access_token=<sleepme_access_token>
Then run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |