5 lines
79 B
Python
5 lines
79 B
Python
|
from pytest import main as pytest_main
|
||
|
|
||
|
def run_all_tests():
|
||
|
pytest_main()
|