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 Fri Jul 5 14:24:52 2013 | http://epydoc.sourceforge.net |