コード例 #1
0
ファイル: gtp_state_tests.py プロジェクト: uduse/gomill
    def check_command(self, *args, **kwargs):
        """Check a single GTP command.

        parameters as for gtp_engine_test_support.check_engine()

        """
        gtp_engine_test_support.check_engine(self.tc, self.engine, *args,
                                             **kwargs)
コード例 #2
0
ファイル: gtp_state_tests.py プロジェクト: annabunches/pygo
    def check_command(self, *args, **kwargs):
        """Check a single GTP command.

        parameters as for gtp_engine_test_support.check_engine()

        """
        gtp_engine_test_support.check_engine(
            self.tc, self.engine, *args, **kwargs)
コード例 #3
0
ファイル: gtp_proxy_tests.py プロジェクト: uduse/gomill
    def check_command(self, *args, **kwargs):
        """Send a command to the proxy engine and check its response.

        (This is testing the proxy engine, not the underlying engine.)

        parameters as for gtp_engine_test_support.check_engine()

        """
        gtp_engine_test_support.check_engine(self.tc, self.engine, *args,
                                             **kwargs)
コード例 #4
0
ファイル: gtp_proxy_tests.py プロジェクト: cjlarose/gomill
    def check_command(self, *args, **kwargs):
        """Send a command to the proxy engine and check its response.

        (This is testing the proxy engine, not the underlying engine.)

        parameters as for gtp_engine_test_support.check_engine()

        """
        gtp_engine_test_support.check_engine(
            self.tc, self.engine, *args, **kwargs)