diff options
Diffstat (limited to 'Monitoring/src/main/python/Database/test.py.old')
-rw-r--r-- | Monitoring/src/main/python/Database/test.py.old | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Monitoring/src/main/python/Database/test.py.old b/Monitoring/src/main/python/Database/test.py.old new file mode 100644 index 0000000..01c954f --- /dev/null +++ b/Monitoring/src/main/python/Database/test.py.old @@ -0,0 +1,26 @@ +''' +Created on Aug 10, 2011 + +@author: steger +''' +import unittest + + +class Test(unittest.TestCase): + + + def setUp(self): + pass + + + def tearDown(self): + pass + + + def testName(self): + pass + + +if __name__ == "__main__": + #import sys;sys.argv = ['', 'Test.testName'] + unittest.main()
\ No newline at end of file |