diff -r 672acc730ce5 -r d628defebc17 test/unittest_cwctl.py --- 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()