python3 -m pytest --alluredir ./reports allure generate -c ./reports allure serve ./reports
// TODO
import file mismatch:
HINT: remove __pycache__ / .pyc files and/or use a unique basename for your test file modules
SOLUTION:
apiliuk$ cd pyTestRequests/
apiliuk$ rm -rf __pycache__/
apiliuk$ rm -rf tests/__pycache__/
apiliuk$ rm -rf tests/draft/__pycache__/