MCPcopy Create free account
hub / github.com/ipython/ipython / test_json_getsysinfo

Function test_json_getsysinfo

IPython/utils/tests/test_sysinfo.py:13–17  ·  view source on GitHub ↗

test that it is easily jsonable and don't return bytes somewhere.

()

Source from the content-addressed store, hash-verified

11
12
13def test_json_getsysinfo():
14 """
15 test that it is easily jsonable and don't return bytes somewhere.
16 """
17 json.dumps(sysinfo.get_sys_info())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected