Testing a package locally
pip3 uninstall -y riot_pal
python3 setup.py sdist
pip3 install dist/riot_pal-x.x.x.tar.gz
Upload to pip
python3 setup.py sdist bdist_wheel
twine upload dist/*
Basic test
python3 setup.py test
Reset regression test
python3 setup.py test --addopts --regtest-reset
View regression output
python3 setup.py test --addopts --regtest-tee