xonsh/tests/TODO.txt
2016-06-28 13:47:35 +03:00

50 lines
836 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_builtins.py
----------------
- Env fixture
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