MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_invalid_syntax_2

Method test_invalid_syntax_2

Lib/test/test_patma.py:2951–2956  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2949 """)
2950
2951 def test_invalid_syntax_2(self):
2952 self.assert_syntax_error("""
2953 match ...:
2954 case {**_}:
2955 pass
2956 """)
2957
2958 @unittest.expectedFailure # TODO: RUSTPYTHON
2959 def test_invalid_syntax_3(self):

Callers

nothing calls this directly

Calls 1

assert_syntax_errorMethod · 0.95

Tested by

no test coverage detected