File size: 152 Bytes
fa4458a
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import subprocess


def test_hello_world():
    subprocess.run(
        "python examples/hello_world.py",
        shell=True,
        check=True,
    )