예제 #1
0
 def test_windows_main(self, stdout, stderr):
     windows_main()
     self.assertIn("celeryd command does not work on Windows",
                   stderr.getvalue())
예제 #2
0
 def test_windows_main(self, stdout, stderr):
     windows_main()
     self.assertIn("celeryd command does not work on Windows",
                   stderr.getvalue())