Home | History | Annotate | Download | only in unittests
      1 
      2 import unittest
      3 
      4 import antlr3
      5 
      6 if __name__ == "__main__":
      7     unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
      8