MCPcopy Create free account
hub / github.com/Distributive-Network/PythonMonkey / test_values_repr

Function test_values_repr

tests/python/test_dict_methods.py:409–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

407
408
409def test_values_repr():
410 car = pm.eval('({"brand": "Ford","model": "Mustang","year": 1964})')
411 a = car.values()
412 assert str(a) == "dict_values(['Ford', 'Mustang', 1964.0])"
413
414
415def test_values_update_object_updates_the_values():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected