コード例 #1
0
ファイル: test_celeryd.py プロジェクト: OddBloke/celery
 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())