Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 256 Bytes

Pytest_solution.md

File metadata and controls

20 lines (14 loc) · 256 Bytes

Python solution

Create .env file in the project root

BOT_TOKEN=your_bot_token
TEST_USER_ID=your_user_telegram_id

Install requirements

pip install -r requirements.txt

To run tests use the following command

pytest .