Skip to content

archick12/pyTestRequests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyTestRequests

alt text

To run tests

python3 -m pytest --alluredir ./reports allure generate -c ./reports allure serve ./reports

Configuration files

// TODO

Troubleshooting

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__/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages