snap install charmcraft
charmcraft pack
juju deploy ./srs-enb-ue.charm
Create and activate a virtualenv with the development requirements:
virtualenv -p python3 venv
source venv/bin/activate
Testing is done using tox
:
tox -e unit # Unit tests
tox -e lint # Linting
tox -e static # Static analysis