##// END OF EJS Templates
Tests can no longer use db in memory: doesn't work with multiple threads.
Thomas Kluyver -
Show More
@@ -167,7 +167,8 b' def default_config():'
167 167 config.TerminalInteractiveShell.colors = 'NoColor'
168 168 config.TerminalTerminalInteractiveShell.term_title = False,
169 169 config.TerminalInteractiveShell.autocall = 0
170 config.HistoryManager.hist_file = u':memory:'
170 config.HistoryManager.hist_file = u'test_hist.sqlite'
171 config.HistoryManager.db_cache_size = 10000
171 172 return config
172 173
173 174
General Comments 0
You need to be logged in to leave comments. Login now