powerline/tests/test_shells
ZyX 68b43c59be Disable pdb PyPy tests completely
They currently fail for the reason that does not seem related to powerline
(though this problem did not occur before porting tests to pexpect, so this
should be somewhat related (somewhat: PyPy fails on code `return br'\u%04x'
% ord(c)` which is no a valid Python code (`%` can no longer be used with
`bytes()` obects), the whole situation only means that before using pexpect bug
in PyPy was not hit)).
2015-02-21 19:55:39 +03:00
..
ipython_home/profile_default Supply correct config_paths 2015-01-08 03:05:01 +03:00
bash.daemon.ok Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
bash.nodaemon.ok Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
bgscript.sh Use bgscript.sh in place of direct bash call 2014-08-10 16:58:55 +04:00
busybox.daemon.ok Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
busybox.nodaemon.ok Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
dash.daemon.ok Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
dash.nodaemon.ok Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
fish.ok Add integration tests for unicode directory names 2014-11-28 22:58:53 +03:00
input.bash Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
input.busybox Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
input.dash Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
input.fish Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
input.ipython Add ipython shell tests 2014-08-06 17:18:42 +04:00
input.mksh Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
input.pdb Also test powerline.bindings.pdb module 2015-01-31 18:52:04 +03:00
input.rc Add support for Byron Rakitzis’ rc shell reimplementation 2015-01-08 03:32:13 +03:00
input.tcsh Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
input.zsh Make zsh tests use new environment variables 2015-01-07 01:09:53 +03:00
ipython.ok Replace .replace(' ', NBSP) call with self.escape call 2014-08-27 23:52:09 +04:00
mksh.daemon.ok Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
mksh.nodaemon.ok Avoid using overrides in $POWERLINE_COMMAND 2015-01-07 01:14:20 +03:00
pdb-main.py Add pdb integration tests 2015-01-31 18:52:04 +03:00
pdb-script.py Add pdb integration tests 2015-01-31 18:52:04 +03:00
pdb.module.ok Remove everything up until `class Foo(object):` in pdb tests 2015-02-01 12:13:56 +03:00
pdb.subclass.ok Remove everything up until `class Foo(object):` in pdb tests 2015-02-01 12:13:56 +03:00
postproc.py Remove blank lines from pdb output 2015-02-21 19:55:39 +03:00
rc.daemon.ok Add support for Byron Rakitzis’ rc shell reimplementation 2015-01-08 03:32:13 +03:00
rc.nodaemon.ok Add support for Byron Rakitzis’ rc shell reimplementation 2015-01-08 03:32:13 +03:00
run_script.py Restore the timeout 2015-02-21 19:55:39 +03:00
tcsh.ok Add integration tests for unicode directory names 2014-11-28 22:58:53 +03:00
test.sh Disable pdb PyPy tests completely 2015-02-21 19:55:39 +03:00
waitpid.sh Wait for pid file to appear 2014-08-10 17:10:35 +04:00
zsh.daemon.ok Add support for testing zsh with zpython bindings 2015-01-02 15:25:01 +03:00
zsh.nodaemon.ok Add support for testing zsh with zpython bindings 2015-01-02 15:25:01 +03:00
zsh.zpython.ok Add support for testing zsh with zpython bindings 2015-01-02 15:25:01 +03:00
zsh_test_script.zsh Use script to test whether python zsh uses matches $PYTHON 2015-02-21 16:08:50 +03:00