mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
Add xonsh_builtins fixture to test_commands_cache_lazy()
This commit is contained in:
parent
2c0d0442e0
commit
4f9304cbd9
1 changed files with 1 additions and 1 deletions
|
@ -1118,7 +1118,7 @@ def test_expand_case_matching(inp, exp):
|
|||
assert exp == obs
|
||||
|
||||
|
||||
def test_commands_cache_lazy():
|
||||
def test_commands_cache_lazy(xonsh_builtins):
|
||||
cc = CommandsCache()
|
||||
assert not cc.lazyin('xonsh')
|
||||
assert 0 == len(list(cc.lazyiter()))
|
||||
|
|
Loading…
Add table
Reference in a new issue