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

Function test_bigint

tests/python/test_bigints.py:7–9  ·  view source on GitHub ↗
(py_number: int)

Source from the content-addressed store, hash-verified

5
6def test_eval_numbers_bigints():
7 def test_bigint(py_number: int):
8 js_number = pm.eval(f'{repr(py_number)}n')
9 assert py_number == js_number
10
11 test_bigint(0)
12 test_bigint(1)

Callers 2

test_cached_int_objectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected