compose-viz/tests/test_module.py

6 lines
82 B
Python
Raw Normal View History

2022-05-19 10:06:16 +02:00
import os
def test_module():
assert os.system("python -m compose_viz") == 0