Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def test_is_class_var_unsupported_python():
with patch('mashumaro.meta.helpers.PY_36', False):
with patch('mashumaro.meta.helpers.PY_37', False):
with patch('mashumaro.meta.helpers.PY_38', False):
with pytest.raises(NotImplementedError):
is_class_var(int)