/adam-bot

my first telegram bot

Primary LanguagePython

Adam bot

About

Tests

Coverage can be verified using the Coverage.py tool.
docs
github

Install pytest & coverage

pytest module

pip install pytest

coverage module

pip install coverage

Running tests

pytest <path_to_test_files>

Running coverage analysis

coverage run -m pytest <path_to_test_files>

make format prettier

coverage run -m pytest <path_to_test_files>
coverage html

then you can find html pages with coverage reports here ./htmlcov. For more info please checkout the documentation

3rd party API used

github rest docs telegram bot api docs