Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.02 KB

Test Task

This repository contains my solution to the task found at https://docs.google.com/document/d/1CoPMJ-vTboUOMPmETUhw1S61tIXuBmNLYwiHBK5109g/edit#

Required installations

How to run it

By name:

python3 -m pytest tests/test_task.py::TestTask::test_create_task_via_mobile_phone

By file name:

python3 -m pytest tests/test_project.py

All tests:

python3 -m pytest tests/