Exemplo n.º 1
0
    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)
Exemplo n.º 2
0
    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)
Exemplo n.º 3
0
    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)
Exemplo n.º 4
0
    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)