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

Function test_sort_empty

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

Source from the content-addressed store, hash-verified

825
826
827def test_sort_empty():
828 items = []
829 result = [None]
830 pm.eval("(result, arr) => {result[0] = arr.sort()}")(result, items)
831 assert result[0] is items
832 assert items == []
833
834
835def test_sort_one():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected