5 lines
82 B
Python
5 lines
82 B
Python
import os
|
|
|
|
|
|
def test_module():
|
|
assert os.system("python -m compose_viz") == 0
|