source:
tracimagesvgmacro/0.11/imagesvg/tests/__init__.py
| Last change on this file was 4764, checked in by , 15 years ago | |
|---|---|
| File size: 224 bytes | |
| Line | |
|---|---|
| 1 | import unittest |
| 2 | |
| 3 | from tickettemplate.tests import test_tt |
| 4 | |
| 5 | def suite(): |
| 6 | suite = unittest.TestSuite() |
| 7 | suite.addTest(test_tt.suite()) |
| 8 | return suite |
| 9 | |
| 10 | if __name__ == '__main__': |
| 11 | unittest.main(defaultTest='suite') |
Note: See TracBrowser
for help on using the repository browser.
