()
| 23 | from IPython.testing.decorators import skipif |
| 24 | |
| 25 | def test_proper_default_encoding(): |
| 26 | nt.assert_equal(sys.getdefaultencoding(), "utf-8") |
| 27 | |
| 28 | @skipif(sqlite3.sqlite_version_info > (3,24,0)) |
| 29 | def test_history(): |
nothing calls this directly
no outgoing calls
no test coverage detected