Fixed small issue
This commit is contained in:
parent
8eb173b44e
commit
2177eb9e35
|
@ -17,12 +17,12 @@ def tctx(tmpdir):
|
||||||
tctx = taddons.context(options=opts)
|
tctx = taddons.context(options=opts)
|
||||||
ch = command_history.CommandHistory()
|
ch = command_history.CommandHistory()
|
||||||
tctx.master.addons.add(ch)
|
tctx.master.addons.add(ch)
|
||||||
ch.configure([])
|
ch.configure('command_history')
|
||||||
|
|
||||||
yield tctx
|
yield tctx
|
||||||
|
|
||||||
# This runs after each test
|
# This runs after each test
|
||||||
ch.cleanup()
|
ch.clear_history()
|
||||||
|
|
||||||
|
|
||||||
class TestListCompleter:
|
class TestListCompleter:
|
||||||
|
|
Loading…
Reference in New Issue