test that it is easily jsonable and don't return bytes somewhere.
()
| 11 | |
| 12 | |
| 13 | def 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()) |
nothing calls this directly
no outgoing calls
no test coverage detected