Home | Trees | Indices | Help |
|
---|
|
1 """ 2 CSB Test Runner app. Run with -h to see the app's documentation. 3 """ 4 5 from csb.test import Console 6 7 main = Console 8 9 if __name__ == '__main__': 10 11 main('csb.test.cases.*') 12
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Dec 18 16:09:26 2012 | http://epydoc.sourceforge.net |