Projects STRLCPY cupp Commits ae95c6d6
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    test_cupp.py
    skipped 144 lines
    145 145   
    146 146   self.assertTrue(test_ok, "interactive generation works")
    147 147   
     148 + def test_main(self):
     149 + """ test run for the main function """
     150 + main()
     151 + 
    148 152   
    149 153  if __name__ == "__main__":
    150 154   unittest.main()
    skipped 1 lines
Please wait...
Page is in error, reload to recover