xonsh/tests/TODO.txt
Konstantinos Tsakiltzidis 2f2f1622c9 'test_builtins'
2016-06-29 18:32:42 +03:00

45 lines
786 B
Text

tools.py
--------
- maybe make stub Execer a fixture
for (text_execer, test_ast, test_context)
- decouple check_exec, check_eval, check_parse from xonsh_env
test_tools.py
-------------
- EnvPath bug
- refactor test_partial_string
- refactor test_executable
- maybe split test_commands_cache_lazy
test_aliases.py
---------------
- migrate TestWhich
test_dirstack.py
----------------
- better way for chdir contextmanager?
test_replay.py
--------------
- incomplete/bug : TypeError: 'LazyObject' object is not subscriptable
test_history.py
---------------
- could be refactored
test_contexts.py
test_environ.py
test_execer.py
test_foreign_shells.py
test_imphooks.py
test_lazyjson.py
test_lexer.py
test_main.py
test_parser.py
test_ptk_multiline.py
test_tools.py
test_wizard.py