powerline/tests/lib
ZyX 332a266d87 When testing Vim do not rely on test order and do not save state
This commit refactors `TestVim` test class in test_configuration so that

1. `test_environ_update` does not leave state (value of `powerline_config_paths` 
   global Vim variable) behind other tests can use.
2. `test_local_themes` does not rely on state left from `test_environ_update`, 
   instead using new facility for providing needed value of 
   `Powerline.get_config_paths` call. This facility will be used later in BAR 
   tests.

Ref #1256
2015-01-25 01:58:27 +03:00
..
__init__.py Use singular --*-override form for command-line overrides 2015-01-07 01:09:52 +03:00
config_mock.py When testing Vim do not rely on test order and do not save state 2015-01-25 01:58:27 +03:00
fsconfig.py Refactor FSTree to not use reduce as it is not present in Python-3 2015-01-07 19:08:38 +03:00
terminal.py Create vterm-based tests that will test tmux support 2015-01-17 00:26:11 +03:00
vterm.py Create vterm-based tests that will test tmux support 2015-01-17 00:26:11 +03:00