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

Function test_proper_default_encoding

IPython/core/tests/test_history.py:25–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23from IPython.testing.decorators import skipif
24
25def test_proper_default_encoding():
26 nt.assert_equal(sys.getdefaultencoding(), "utf-8")
27
28@skipif(sqlite3.sqlite_version_info > (3,24,0))
29def test_history():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected