src.tests.basic_test

1import time
2
3
4def test_hello_world():
5    print("hello world")
6    time.sleep(1)
def test_hello_world():
5def test_hello_world():
6    print("hello world")
7    time.sleep(1)