Commit Graph

651 Commits

Author SHA1 Message Date
Foo 717ae5e428 Refactor make_tmp_dir to make_test_root
This fixes problem with `exit_suite --continue` wiping out tmp directory.
2017-04-30 22:55:20 +03:00
Foo 1303cd1b04 Move tests/run_*_tests.sh to tests/test_*/test.sh
Warning: this also makes shell tests run.
2017-04-30 22:40:43 +03:00
Foo 0fc96abce2 Move “library” tests/*.sh to tests/shlib 2017-04-30 18:20:30 +03:00
Foo f3bf749467 Move tests run by run_python_tests to tests/test_python 2017-04-30 18:20:30 +03:00
Foo 53a7d1046e Move messages.fail to a temporary directory 2017-04-30 18:20:30 +03:00
Foo 82ca32edc9 Move vim integration tests to test_vim 2017-04-30 18:20:29 +03:00
Foo c30383a194 Move Python tests.* modules to tests/modules, rename tests/path 2017-04-30 16:02:04 +03:00
Foo 2a1aef1bac Add blank vim+vterm tests 2017-04-30 14:44:26 +03:00
Foo cac99271ca Move lib variable to do_terminal_tests 2017-04-30 14:42:54 +03:00
Foo 255ff49def Define tests via dictionaries, do not hardcode row number 2017-04-30 14:36:50 +03:00
Foo 9d7366436b Move some env variables definition out of run_vim_tests.sh 2017-04-30 13:55:58 +03:00
Foo 96d83346a5 Be more explicit about what to link tmux executable to 2017-04-30 13:55:58 +03:00
Foo a05857e64e Move some code away of test_tmux.sh 2017-04-30 13:55:58 +03:00
Foo 65130ae6ff Hide test/vterm_tmux in env variable, use absolute paths 2017-04-30 13:55:57 +03:00
Foo 1b3aacb837 Move most of the vterm testing code to tests.lib.terminal 2017-04-30 13:18:50 +03:00
Foo e34a372f10 Fix number of spaces 2017-04-30 12:21:46 +03:00
Foo e3d0649372 Always remove all tmux logs 2017-04-30 06:40:05 +03:00
Foo afb6b0995d Do not force MutableDimensions inherit from Dimensions 2017-04-30 06:36:29 +03:00
Foo a2bc59c020 Do not call Dimensions.__init__ 2017-04-30 06:06:52 +03:00
Foo 93cbeb92e9 Fix misplaced lines 2017-04-30 05:35:53 +03:00
Foo bbb9ae21f4 Move printing tmux logs out of test_expected_result 2017-04-30 05:34:19 +03:00
Foo 883aa73e9f Refactor vterm tests: move most of things out of the try 2017-04-30 05:31:14 +03:00
Foo 519f08541b Also move arguments list out of the try body 2017-04-30 05:07:25 +03:00
Foo 3d0f168806 Refactor try block in main and refactor specifying dimensions 2017-04-30 05:05:32 +03:00
Foo 4c2583311c Do not make build successfull if only second test was successfull 2017-04-30 05:05:30 +03:00
Foo 32eec2f9f3 Rename expected_result_new to expected_result_1_8 2017-04-30 05:05:30 +03:00
Foo 756ea5bfab Still try to kill server, just now not allow exceptions to fail build 2017-04-30 05:05:29 +03:00
Foo 86f6943b08 Unlink in place of appending x 2017-04-30 05:05:29 +03:00
Foo b93ae8e8a2 Do not reuse existing socket paths 2017-04-30 05:05:28 +03:00
Foo e19feb9472 Use different socket for each attempt 2017-04-30 05:05:28 +03:00
Foo b71d5f2d44 Do not bother with issuing kill-server, simply -KILL tmux 2017-04-30 05:05:27 +03:00
Foo 36b9c966e0 Use absolute path for -S
It appears that using relative path for -S is not the best idea and yields tmux 
calls from powerline-config not working.
2017-04-30 05:05:26 +03:00
Foo 908d767ec0 Give a name to tmux default statusline color 2017-04-30 05:05:25 +03:00
Foo b7a46eb7a8 Give some colors names 2017-04-30 05:05:24 +03:00
Foo 4a3f098f22 Use powerline.conf as it is supposed to be used 2017-04-30 05:05:22 +03:00
Foo fb769d7297 Refactor environment and expected results 2017-04-30 05:04:35 +03:00
Foo 14982fc693 Make tmux tests more sane 2017-04-30 01:38:59 +03:00
Nikolai Aleksandrovich Pavlov 5fa504118e Merge pull request #1642 from ZyX-I/wm-daemon
Use powerline daemon for running awesome bindings
2017-04-01 15:31:42 +03:00
Nikolai Aleksandrovich Pavlov 3aad562087 Merge pull request #1720 from welwood08/feature/optional-outer-padding
Make length of `output_padding` in renderer controllable
2017-02-19 15:00:54 +03:00
William Elwood 063a45672f Make length of `output_padding` in renderer controllable
Defaults to previous behaviour (length 1).
2017-02-19 11:43:46 +00:00
Foo dd707cc0a6 Temporary disable tmux and shell tests so that do not fail CI 2017-02-14 11:03:42 +03:00
Foo 19659189da Add support for unknown modes in Vim
Closes #1715
2017-02-06 16:32:45 +03:00
Elliott Sales de Andrade 6f32ca001c Use hglib instead of mercurial directly.
This wrapper uses the command server without tying it to the mercurial
internals, which means it can support Python 3 and use a more liberal
license.
2016-11-01 15:22:24 -04:00
Foo 64d96c833e Fix shell tests 2016-10-29 19:00:59 +03:00
Foo 19f9885825 Fix python tests by abstracting away default theme name 2016-10-29 15:58:53 +03:00
Foo be762da476 Provide explicit scope information in powerline.zsh
Fixes #1647
2016-09-17 18:24:47 +03:00
Foo 5784c0cbc6 Use powerline daemon for running awesome bindings
Also adds functional tests for awesome bindings.

Replaces #1641
2016-08-20 21:03:24 +03:00
Foo 0fc01e07be Allow ipython tests to fail 2016-07-09 16:53:39 +03:00
Foo 66c6de34ee Slow down IPython tests 2016-07-09 16:53:39 +03:00
Foo d89e7909d9 Fix tests 2016-07-08 22:04:54 +03:00
Phil Thomas 41a50fe5b2 Use different query to retrieve weather
Also switches geoip service.

Credit for fix to @gsusrafael

Fixes #1571
2016-05-15 13:42:53 +03:00
XZS f4cbeaff9b test Vim variant of stash segment 2016-04-27 16:54:36 +02:00
XZS a8f3d016a7 test git stash backend 2016-04-27 16:54:36 +02:00
XZS 802791e979 test stash segment 2016-04-27 16:54:35 +02:00
Iblis Lin e3369f200f Add `short` param for system_load segment
Testing included
2016-04-09 03:52:34 +08:00
Nikolai Aleksandrovich Pavlov a44c9a8ec9 Merge pull request #1542 from s-ol/i3-scratch
Add segments.i3wm.scratchpad
2016-03-20 04:50:44 +04:00
s-ol eec80dfb6c Add test for segments.i3wm.scratchpad 2016-03-20 01:22:10 +01:00
Foo e9b70b9edf Make Popen.communicate receive only bytes
Fixes #1547
Closes #1548
2016-03-19 23:07:01 +03:00
S0lll0s 623c1f85bc Add tests for i3wm listers and workspace segment 2016-02-04 04:43:26 +03:00
S0lll0s db99ad1d90 Refactor i3wm segment and lemonbar binding
Move get_i3_connection and get_xrandr_outputs into bindings.wm
2016-02-04 04:37:30 +03:00
Foo 646b0ea5ea Improve powerline-lemonbar documentation
Changes:

- Usage determination transferred back to argparse (it wraps).
- Added complete description of lemonbar script to wm-widgets.rst.
- --interval and --height got their arguments clarified by metavar: it was not
  clear what units they use.
- --bar-command got its metavar because it is better then default BAR_COMMAND.
- --bar-command short variant is now -C.
2016-01-08 19:30:49 +01:00
Foo 619ae9050e Lint test configuration 2016-01-08 19:30:49 +01:00
Foo b29988b7ec Add functional tests for lemonbar bindings 2016-01-08 19:30:49 +01:00
S0lll0s ee5f471b49 Deprecate "bar" bindings in favor of lemonbar 2016-01-08 19:30:49 +01:00
S0lll0s 7b60b941fd Let segment_info overwrite i3wm workspace output 2016-01-08 01:46:23 +01:00
Nikolai Aleksandrovich Pavlov eaa772f195 Merge pull request #1495 from ZyX-I/extended-logging
Add more logging options
2015-11-22 06:35:56 +03:00
Foo 3f59edc060 Add more logging options 2015-11-22 06:08:37 +03:00
John Drouhard 3f400f7d1a update test_tabline.vim with new tab:divider highlight group 2015-11-14 19:39:35 -06:00
John Drouhard a85b54d923 Update vim test module to implement 'getbufvar(...)'
This allows the tests for the buffer tablist to pass, since it now uses
getbufvar(nr, '&modified') to detect whether the buffer needs to be
modified
2015-11-14 19:39:35 -06:00
Nikolai Aleksandrovich Pavlov a7dc28fb4d Merge pull request #1472 from ZyX-I/pr-1426
Add hide_domain argument to common.env.user segment
2015-10-20 00:03:41 +03:00
= e0a62f9cf7 Add hide_domain argument to common.env.user segment
If true, this argument hides `@` and the following characters from the user
name.

Fixes #1420
Closes #1426
2015-10-19 23:53:23 +03:00
Nikolai Aleksandrovich Pavlov e041f0e6ac Merge pull request #1451 from QuLogic/virtualenv-conda
Show conda environment in virtualenv segment.
2015-10-19 23:50:05 +03:00
Foo 688e507967 Install old virtualenvwrapper for 2.6 UCS2 Python 2015-10-19 22:46:20 +03:00
Foo 76be911b81 Skip date test on PyPy3
See https://bitbucket.org/pypy/pypy/issues/2161/pypy3-strftime-does-not-accept-unicode
2015-10-06 01:46:25 +03:00
Håken Lid c6a6041b0d Allow unicode characters in time segment in Python-2 2015-10-06 00:40:54 +03:00
Elliott Sales de Andrade 56aa31a66d Show conda environment in virtualenv segment.
Either conda or virtualenv checks can be disabled using the new
ignore_venv or ignore_conda options to this segment.
2015-09-14 02:36:06 -04:00
Sean Fisk 105cf6666f Detect internal_ip interface from default gateway
Add the option to specify `interface='default_gateway'` to the
`internal_ip` segment, which displays the IP address of the interface
connected to the default gateway.
2015-09-05 18:00:55 -04:00
Sergei Trofimov eeaaf3930f updating tmux tests to expect window_flags in window status format 2015-08-27 09:05:13 +01:00
Nikolai Aleksandrovich Pavlov 5905ac22bf Merge pull request #1432 from S0lll0s/new-workspace
Add 'output' option to segments.i3wm.workspaces
2015-08-22 20:12:53 +03:00
S0lll0s 918dd957cf Add 'output' option to segments.i3wm.workspaces 2015-08-22 18:53:32 +02:00
Foo 959693fa97 Temporary fix for failing zsh tests 2015-08-22 18:05:07 +03:00
Foo b7bca615af Use tests/common.sh for reporting test failures 2015-08-22 17:29:44 +03:00
Foo 9f0665506b Rename …/test_in_vterm/test.sh to …/test_in_vterm/test_tmux.sh 2015-08-21 18:40:49 +03:00
Nikolai Aleksandrovich Pavlov 94cd0caa0f Merge pull request #1433 from ZyX-I/vim-move
Vim has moved to github, so tip and version tag got renamed
2015-08-21 18:20:43 +03:00
Nikolai Aleksandrovich Pavlov eba68f05cb Merge pull request #1404 from ZyX-I/tcsh-whitelist
Do not use tcsh, mksh, busybox and socat from deps
2015-08-21 18:18:56 +03:00
Foo fed3c70b81 Vim has moved to github, so tip and version tag got renamed 2015-08-21 18:13:26 +03:00
Fumihiro Xue f098ed2fe0 Add ac-charging indication for battery segment 2015-07-27 13:48:32 +08:00
Foo c184b2be12 Also do not use bot-ci mksh, busybox and socat dependencies
All of them were whitelisted:
- Mksh was whitelisted in travis-ci/travis-ci#3881.
- Busybox was whitelisted in travis-ci/travis-ci#3880.
- Socat was whitelisted in travis-ci/travis-ci#3883.
2015-07-09 22:54:49 +03:00
Foo dbe7e16520 Do not use tcsh from deps
Tcsh was unmasked according to travis-ci/travis-ci#3882 and can now be installed 
by travis.
2015-07-06 21:13:14 +03:00
Nikolai Aleksandrovich Pavlov b789437ce1 Merge pull request #1387 from mdeaudelin/develop
Fix dash bindings on OS X
2015-05-30 17:45:34 +03:00
Nikolai Aleksandrovich Pavlov 0ea0291fca Merge pull request #1371 from ZyX-I/clickable-tabs
Add support for clicking tabs in Vim
2015-05-29 22:54:22 +03:00
Foo b8c30facb7 Fix typo in multi_byte feature name 2015-05-29 22:25:56 +03:00
Foo c64570a50c Add unit tests 2015-05-29 22:25:56 +03:00
Foo c000805065 Update integration tests 2015-05-29 22:25:56 +03:00
Foo a718a10591 Add integration tests for tmux segment truncation 2015-05-23 16:11:08 +03:00
Foo fe3b3b1598 Automatically truncate tmux status line when needed
Closes #1328 (but not fixes it)
Closes #137 (not actually fixes it because I do not know some segment widths)
2015-05-23 16:11:08 +03:00
Nikolai Aleksandrovich Pavlov bf6191d144 Merge pull request #1372 from ZyX-I/pull-1366
Switch the underlying i3-IPC layer and deprecate i3bgbar bindings
2015-05-17 21:20:12 +03:00
Foo dd8868413b Add i3wm segment unit tests 2015-05-17 21:05:59 +03:00
Foo acb7c27a88 Use different highlight group for network_load divider
Fixes #1368
2015-05-17 12:01:11 +03:00
Mathieu Deaudelin c93829385b Fix dash bindings on OS X
Fixes two errors that occur while using Powerline with dash under
Mac OS X.

Problem:  Execution of the mktemp command fails on OS X.
Cause:    mktemp requires a mandatory argument (-t or full path)
Solution: Provide an absolute path as a template to the mktemp command.

Problem:  powerline executable fails to be called because its
          command line unexpectedly contains spaces.
Cause:    The _POWERLINE_JOBS variable contains spaces, because the wc
          command returns spaces before the number on OS X.
Solution: Trim the spaces before assigning the value to the variable.
2015-05-13 16:04:23 -04:00