aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* orange stuff -- 208Charles Peterson2017-12-161-1/+1
|
* Merge pull request #684 from Artistan/color_namesBen Hilburn2017-12-053-8/+8
|\ | | | | Use color names, plus fixes
| * color names and fixesCharles Peterson2017-11-253-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 Bassett2017-10-271-10/+28
|/
* Fixing `vcs.spec` tests after adding space.Ben Hilburn2017-10-071-3/+3
|
* Merge pull request #596 from eumiro/truncate_to_uniqueBen Hilburn2017-08-121-0/+21
|\ | | | | Add TRUNCATE_TO_UNIQUE shortening dir strategy
| * add TRUNCATE_TO_UNIQUE shortening dir strategyMiroslav Šedivý2017-08-111-0/+21
| | | | | | | | This creates the shortest unique path elements that can be unambiguously expanded to the original path.
* | Merge branch 'master' into nextBen Hilburn2017-08-121-0/+20
|\|
| * Fix empty delimiterDominik Ritter2017-07-121-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-testBen Hilburn2017-07-131-0/+25
|\ \ | | | | | | Added tests and replaced a sed call
| * | Added test for POWERLEVEL9K_HOME_FOLDER_ABBREVIATIONChristian Höltje2017-07-121-0/+25
| | |
* | | Merge remote-tracking branch 'origin/master' into pr/merge-masterChristian Höltje2017-07-131-1/+3
|\ \ \ | |/ / |/| / | |/
| * set GO_ICON manually in testJason Hutchinson2017-05-261-2/+3
| |
| * update testJason Hutchinson2017-05-261-1/+2
| |
* | add testsJason Hutchinson2017-05-261-0/+80
|/
* test that go_segment prints nothing if GOPATH is not setJason Hutchinson2017-04-191-0/+23
|
* test that go_segment prints nothing if GOPATH is set but is not a subset of PWDJason Hutchinson2017-04-191-0/+11
|
* update go mock to allow for both version and env sub-commandsJason Hutchinson2017-04-191-1/+8
|
* ensure go_version segment prints if PWD is subset of non-empty GOPATHJason Hutchinson2017-04-191-0/+3
|
* Fix tests on TravisCIDominik Ritter2017-03-201-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 modesDominik Ritter2017-03-201-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.zshDominik Ritter2017-03-181-0/+74
|
* Add tests for `truncate_with_package_name` strategy of dir segmentDominik Ritter2017-03-081-0/+106
| | | | This is a backport from #344
* unittest: fixing space after branch indicatorBen Hilburn2017-03-081-3/+3
|
* Merge branch 'next' into execution_timeDominik Ritter2017-02-142-42/+204
|\
| * Merge branch 'next' into dir_first_characterBen Hilburn2017-02-141-0/+42
| |\
| | * Remove unnecessary variable from testsDominik Ritter2017-02-131-4/+0
| | |
| | * Add test for truncate_with_folder_marker truncation strategyDominik Ritter2017-02-051-0/+46
| | |
| * | Add tests for omitting first character in `dir` segmentDominik Ritter2017-02-041-0/+103
| | |
| * | Fix testsDominik Ritter2017-02-042-42/+59
| |/
* | Refactor `command_execution_time` segmentDominik Ritter2017-02-141-6/+44
| | | | | | | | | | | | - Change internal precision to nanoseconds - Let the user decide about desired precision - Add tests
* | Add tests for `command_execution_time` segmentDominik Ritter2017-02-141-0/+58
|/
* Update test for required behaviorArav Singhal2016-10-271-1/+1
|
* Fix testDominik Ritter2016-02-261-1/+5
|
* Add tests for dynamic color overriding of vcs segmentDominik Ritter2016-02-261-0/+77
|
* Add tests for `go_version`Dominik Ritter2016-02-151-0/+40
|
* Add tests for `rust_version`Dominik Ritter2016-02-151-0/+40
|
* Add tests for the dir segmentDominik Ritter2016-02-131-0/+118
|
* Avoid color warning on travisDominik Ritter2016-02-131-0/+1
|
* Add test for overwriting iconsDominik Ritter2016-02-131-0/+10
|
* Improve isolation of testsDominik Ritter2016-02-133-3/+4
|
* Add tests for visual identifiersDominik Ritter2016-02-131-0/+36
|
* Add tests for functions/colors.zshDominik Ritter2016-02-121-0/+42
|
* Add tests for functions/utilities.zshDominik Ritter2016-02-121-0/+86
| | | | | In particular: `defined`, `set_default`, `getRelevantItem` and `segmentShouldBeJoined`
* Add unit tests for printSizeHumanReadableDominik Ritter2016-02-121-0/+22
|
* Add Unit-TestsDominik Ritter2016-02-121-0/+48
Add unittests via shunit2 (https://github.com/kward/shunit2), that integrate with travis-ci.org.