Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
17
venv/Lib/site-packages/IPython/utils/tests/test_sysinfo.py
Normal file
17
venv/Lib/site-packages/IPython/utils/tests/test_sysinfo.py
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# coding: utf-8
|
||||
"""Test suite for our sysinfo utilities."""
|
||||
|
||||
# Copyright (c) IPython Development Team.
|
||||
# Distributed under the terms of the Modified BSD License.
|
||||
|
||||
import json
|
||||
import nose.tools as nt
|
||||
|
||||
from IPython.utils import sysinfo
|
||||
|
||||
|
||||
def test_json_getsysinfo():
|
||||
"""
|
||||
test that it is easily jsonable and don't return bytes somewhere.
|
||||
"""
|
||||
json.dumps(sysinfo.get_sys_info())
|
||||
Loading…
Add table
Add a link
Reference in a new issue