Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 745 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 745 Bytes

feather-sonos — Build Status

Controlling Sonos devices from a Feather HUZZAH (ESP8266) using MicroPython. 📻

Tests

CPython

With Python 3.6+ installed, run:

make cpython-tests

... or the hard way:

virtualenv venv
. venv/bin/activate
pip install -r requirements-cpython.txt

python -m unittest discover

MicroPython (Unix)

With MicroPython 1.17+ installed, run:

make micropython-test

... or the hard way:

export MICROPYPATH=lib/
micropython -m upip install -r requirements-micropython.txt

for f in $(ls test_*); do micropython $f; done

License

MIT