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