Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
main.py 94 B
import os

os.system("pytest -v -s test_model.py")
os.system("pytest -v -s test_signInOut.py")