compose-viz/tests/test_module.py
2022-05-19 16:06:16 +08:00

5 lines
82 B
Python

import os
def test_module():
assert os.system("python -m compose_viz") == 0