You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Stuckinaboot f6d7ba774f Add second test 6 years ago
..
README.md Add readme describing test naming convention 6 years ago
__init.py__ Add test folder 6 years ago
test_example.py Add second test 6 years ago

README.md

pytest gathers tests according to a naming convention. By default any file that is to contain tests must be named starting with test_ and any function in a file that should be treated as a test must also start with test_.