mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-16 12:02:17 +00:00
6 lines
95 B
Python
6 lines
95 B
Python
|
import os
|
||
|
|
||
|
|
||
|
def test_build():
|
||
|
assert os.system("python setup.py") == 0 # pragma: no cover
|