Plug-in dotnet settings encoder for servo
Dev Notes: running pytest will generate files with example output
When you will be packaging an adjust driver with IIS 8 settings driver, please copy encoders/dotnet.py
to your final package's encoders/
folder.
Follow further packaging steps you can find in the repo opsani/servo
.
TODO
TODO
Prerequisites:
- Python 3.5 or higher
- PyTest 4.3.0 or higher
Follow these steps: (NOTE: small tweaks have been made to the base.py herein that should be backwards compatible)
- Pull the repository
- Copy
base.py
fromhttps://github.com/opsani/servo/tree/master/encoders
to folderencoders/
- Run
pytest
from the root folder