5 lines
100 B
Python
5 lines
100 B
Python
class TestToxygen:
|
|
|
|
def test_main(self):
|
|
import toxygen.main # check for syntax errors
|