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

Function test_sort_strings

tests/python/test_arrays.py:851–854  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

849
850
851def test_sort_strings():
852 items = ['Four', 'Three', 'One']
853 pm.eval("(arr) => {arr.sort()}")(items)
854 assert items == ['Four', 'One', 'Three']
855
856
857def test_sort_with_two_args_keyfunc():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected