source:
trunk/tests/test_syck.py
@
3
| Revision 3, 275 bytes checked in by xi, 8 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | import unittest |
| 3 | |
| 4 | import _syck, syck |
| 5 | |
| 6 | |
| 7 | class Test1(unittest.TestCase): |
| 8 | |
| 9 | def testme(self): |
| 10 | pass |
| 11 | |
| 12 | class Test2(unittest.TestCase): |
| 13 | |
| 14 | def testmetoo(self): |
| 15 | pass |
| 16 | |
| 17 | def main(module='__main__'): |
| 18 | unittest.main(module) |
| 19 | |
| 20 | if __name__ == '__main__': |
| 21 | main() |
| 22 |
Note: See TracBrowser
for help on using the repository browser.
