Searched refs:strict_mode (Results 1 – 1 of 1) sorted by relevance
644 def test_strict_mode(self, strict_mode): argument648 cmd = self.CMD.format('--strict-mode', strict_mode).split()650 result = self.get_match_result(cmd, "strict_mode", strict_mode)652 assert result == 0, "strict mode para {} failed".format(strict_mode)