Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 153 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 153 Bytes

pytest

file name should start with test_*.py. Example : test_login.py

function name also should start with test_functionname. Example: testFuncName()