branch | tls-sprint |
changeset 1802 | d628defebc17 |
parent 0 | b97547f5f1fa |
child 1977 | 606923dff11b |
--- a/test/unittest_cwctl.py Thu May 14 10:24:56 2009 +0200 +++ b/test/unittest_cwctl.py Thu May 14 11:38:40 2009 +0200 @@ -19,10 +19,10 @@ sys.stdout = self.stream def tearDown(self): sys.stdout = sys.__stdout__ - + def test_list(self): from cubicweb.cwctl import ListCommand ListCommand().run([]) - + if __name__ == '__main__': unittest_main()