Tests¶
Install development dependencies and run tests to check that everything is working as expected.
System requirements¶
sudo apt-get update
sudo apt-get install qt5-default qttools5-dev-tools
Environment variables¶
export github_token={CHANGE_WITH_A_REAL_GITHUB_TOKEN}
export transifex_token={CHANGE_WITH_A_REAL_TRANSIFEX_TOKEN}
Run tests¶
Run all tests:
pytest
Run a specific test:
python -m unittest test.test_changelog