powerline/tests
ZyX 97266b7ffc Initial support for #770
What was done:
- Implemented loading using configuration hierarhy as proposed in the issue
- Implemented group aliasing

What was not:
- Some tests (config_reload) are failing
- Other (test_configuration) are spamming console with unexpected messages
- No support for powerline-lint
- No tests for new functionality
- Specifically I have not checked whether group aliasing actually works
- Colorschemes were not ported

Some other things: I have named this branch `config-ng` because I have other
ideas about configuration and it would be good to include them making only one
possibly backwards-incompatible merge commit instead of many. Specifically I am
going to rebase `merge-config` branch here.
2014-07-12 12:20:40 +04:00
..
lib Rename create_renderer_kwargs to cr_kwargs for consistency 2014-07-10 21:27:41 +04:00
path Combine vim modelines and Python encoding declarations 2013-03-11 10:40:09 +01:00
test_shells Fix flake8 complaints 2014-03-13 20:41:54 +04:00
__init__.py Fix tests on python-2.6 2013-04-06 19:01:59 +04:00
empty Start adding tests 2013-03-03 21:03:19 +01:00
install.sh Only install mercurial and bazaar if using CPython 2014-07-10 19:36:20 +04:00
test.sh Move shell testing to tests/test_shells/test.sh 2014-01-12 23:45:17 +04:00
test_cmdline.py Add support for omitting VALUE 2014-05-04 13:01:29 +04:00
test_config_reload.py Initial support for #770 2014-07-12 12:20:40 +04:00
test_configuration.py Add watcher option 2014-06-28 21:10:15 +04:00
test_lib.py Set use_mercurial and use_bzr to False in PyPy 2014-07-10 19:49:37 +04:00
test_local_overrides.vim Default line_percent_gradient to (light|dark)_green_gray gradients 2014-07-10 18:56:40 +04:00
test_plugin_file.vim Fix problems with merging vim.Dictionary 2013-05-23 18:36:51 +04:00
test_provided_config_files.py Rename test_configuration to test_provided_config_files 2014-06-24 21:38:07 +04:00
test_segments.py Add window_title tests 2014-07-10 22:33:10 +04:00
vim.py Correct _construct_result for Python-3 2014-07-10 23:24:58 +04:00