intbio-ncl / BiomationScripterLib

A Python library to assist with scripting bio-automation protocols
MIT License
3 stars 0 forks source link

Linting changes and tests #41

Closed james-skelton closed 2 years ago

james-skelton commented 2 years ago

Added some linting changes in the BiomationScripter __init__.py Added a set of tests. After installing pytest (pip install pytest), these can be ran from the BiomationScripterLib directory with python -m pytest .