Automated test
Before testing
To execute the automated test, lys should be installed from source. See Installation.
Install pytest if it is not installed:
pip install pytest pytest-cov
Go to lys installation directory and execute automated tests:
pytest
If you want to see code coverage, execute the command below:
pytest --cov