Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added tests for DIR_PATH_SEPARATOR_FOREGROUND | Christo Kotze | 2018-02-14 | 1 | -5/+29 |
| | |||||
* | Updated testBoldRootSubsubdirWorks() | Christo Kotze | 2018-02-14 | 1 | -0/+2 |
| | | | | Forgot to initialize the bolding variable | ||||
* | Added tests for other folder highlighing | Christo Kotze | 2018-02-14 | 1 | -3/+79 |
| | |||||
* | Added test for Home folder highlighting | Christo Kotze | 2018-02-14 | 1 | -0/+12 |
| | |||||
* | Updating Travis tests for bold dir | Christo Kotze | 2018-02-14 | 2 | -30/+48 |
| | |||||
* | Updated tests for resetting bold | Christo Kotze | 2018-02-11 | 2 | -29/+29 |
| | | | | | Updated tests to include the `%b%K{blue}%F{black}` or similar. TODO: Still have to create a test for a bolded last segment | ||||
* | orange stuff -- 208 | Charles Peterson | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #684 from Artistan/color_names | Ben Hilburn | 2017-12-05 | 3 | -8/+8 |
|\ | | | | | Use color names, plus fixes | ||||
| * | color names and fixes | Charles Peterson | 2017-11-25 | 3 | -8/+8 |
| | | | | | | | | | | | | | | - fix for packageName truncated by POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER - processing the pwd/HOME replacement ONCE. - fix tests for named colors - use color names by default to allow dark/light themes to adjust colors based on names | ||||
* | | Fix to unit tests. Also removed unneeded extra call to kubectl. | Derek Bassett | 2017-10-27 | 1 | -10/+28 |
|/ | |||||
* | Fixing `vcs.spec` tests after adding space. | Ben Hilburn | 2017-10-07 | 1 | -3/+3 |
| | |||||
* | Merge pull request #596 from eumiro/truncate_to_unique | Ben Hilburn | 2017-08-12 | 1 | -0/+21 |
|\ | | | | | Add TRUNCATE_TO_UNIQUE shortening dir strategy | ||||
| * | add TRUNCATE_TO_UNIQUE shortening dir strategy | Miroslav Šedivý | 2017-08-11 | 1 | -0/+21 |
| | | | | | | | | This creates the shortest unique path elements that can be unambiguously expanded to the original path. | ||||
* | | Merge branch 'master' into next | Ben Hilburn | 2017-08-12 | 1 | -0/+20 |
|\| | |||||
| * | Fix empty delimiter | Dominik Ritter | 2017-07-12 | 1 | -0/+20 |
| | | | | | | | | | | Even if the delimiter is empty, the min length should be 1. This fixes #558 | ||||
* | | Merge pull request #569 from docwhat/pr/home-folder-abbr-test | Ben Hilburn | 2017-07-13 | 1 | -0/+25 |
|\ \ | | | | | | | Added tests and replaced a sed call | ||||
| * | | Added test for POWERLEVEL9K_HOME_FOLDER_ABBREVIATION | Christian Höltje | 2017-07-12 | 1 | -0/+25 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into pr/merge-master | Christian Höltje | 2017-07-13 | 1 | -1/+3 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | set GO_ICON manually in test | Jason Hutchinson | 2017-05-26 | 1 | -2/+3 |
| | | |||||
| * | update test | Jason Hutchinson | 2017-05-26 | 1 | -1/+2 |
| | | |||||
* | | add tests | Jason Hutchinson | 2017-05-26 | 1 | -0/+80 |
|/ | |||||
* | test that go_segment prints nothing if GOPATH is not set | Jason Hutchinson | 2017-04-19 | 1 | -0/+23 |
| | |||||
* | test that go_segment prints nothing if GOPATH is set but is not a subset of PWD | Jason Hutchinson | 2017-04-19 | 1 | -0/+11 |
| | |||||
* | update go mock to allow for both version and env sub-commands | Jason Hutchinson | 2017-04-19 | 1 | -1/+8 |
| | |||||
* | ensure go_version segment prints if PWD is subset of non-empty GOPATH | Jason Hutchinson | 2017-04-19 | 1 | -0/+3 |
| | |||||
* | Fix tests on TravisCI | Dominik Ritter | 2017-03-20 | 1 | -24/+60 |
| | | | | TravisCI runs ubuntu 14.04 which has ZSH 5.0.2 on it. | ||||
* | Add tests to ensure all icon keys are set in all modes | Dominik Ritter | 2017-03-20 | 1 | -0/+252 |
| | | | | | This tests do compare icons from all modes (except for flat and compatible) with all other modes. | ||||
* | Add tests for setting the right locale in icons.zsh | Dominik Ritter | 2017-03-18 | 1 | -0/+74 |
| | |||||
* | Add tests for `truncate_with_package_name` strategy of dir segment | Dominik Ritter | 2017-03-08 | 1 | -0/+106 |
| | | | | This is a backport from #344 | ||||
* | unittest: fixing space after branch indicator | Ben Hilburn | 2017-03-08 | 1 | -3/+3 |
| | |||||
* | Merge branch 'next' into execution_time | Dominik Ritter | 2017-02-14 | 2 | -42/+204 |
|\ | |||||
| * | Merge branch 'next' into dir_first_character | Ben Hilburn | 2017-02-14 | 1 | -0/+42 |
| |\ | |||||
| | * | Remove unnecessary variable from tests | Dominik Ritter | 2017-02-13 | 1 | -4/+0 |
| | | | |||||
| | * | Add test for truncate_with_folder_marker truncation strategy | Dominik Ritter | 2017-02-05 | 1 | -0/+46 |
| | | | |||||
| * | | Add tests for omitting first character in `dir` segment | Dominik Ritter | 2017-02-04 | 1 | -0/+103 |
| | | | |||||
| * | | Fix tests | Dominik Ritter | 2017-02-04 | 2 | -42/+59 |
| |/ | |||||
* | | Refactor `command_execution_time` segment | Dominik Ritter | 2017-02-14 | 1 | -6/+44 |
| | | | | | | | | | | | | - Change internal precision to nanoseconds - Let the user decide about desired precision - Add tests | ||||
* | | Add tests for `command_execution_time` segment | Dominik Ritter | 2017-02-14 | 1 | -0/+58 |
|/ | |||||
* | Update test for required behavior | Arav Singhal | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | Fix test | Dominik Ritter | 2016-02-26 | 1 | -1/+5 |
| | |||||
* | Add tests for dynamic color overriding of vcs segment | Dominik Ritter | 2016-02-26 | 1 | -0/+77 |
| | |||||
* | Add tests for `go_version` | Dominik Ritter | 2016-02-15 | 1 | -0/+40 |
| | |||||
* | Add tests for `rust_version` | Dominik Ritter | 2016-02-15 | 1 | -0/+40 |
| | |||||
* | Add tests for the dir segment | Dominik Ritter | 2016-02-13 | 1 | -0/+118 |
| | |||||
* | Avoid color warning on travis | Dominik Ritter | 2016-02-13 | 1 | -0/+1 |
| | |||||
* | Add test for overwriting icons | Dominik Ritter | 2016-02-13 | 1 | -0/+10 |
| | |||||
* | Improve isolation of tests | Dominik Ritter | 2016-02-13 | 3 | -3/+4 |
| | |||||
* | Add tests for visual identifiers | Dominik Ritter | 2016-02-13 | 1 | -0/+36 |
| | |||||
* | Add tests for functions/colors.zsh | Dominik Ritter | 2016-02-12 | 1 | -0/+42 |
| | |||||
* | Add tests for functions/utilities.zsh | Dominik Ritter | 2016-02-12 | 1 | -0/+86 |
| | | | | | In particular: `defined`, `set_default`, `getRelevantItem` and `segmentShouldBeJoined` |