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