Commit Graph

114 Commits (724781e89681d2f34bd3760ef710a58a093b5595)

Author SHA1 Message Date
Dominik Ritter 8c44fa68a2 Add tests for aws_eb_env segment
Dominik Ritter 0e4e9e4256 Add tests for anaconda segment
Brandon Clothier 48b264f564
Fix error in laravel_version when artisan is not present
Dominik Ritter d502d05f08 Add tests for status segment
Dominik Ritter dc21b97335 Fix travis build
Dominik Ritter 0257159e1e Add tests for laravel version segment to travis
Dominik Ritter d9d9fb9b6b Merge remote-tracking branch 'ytang/fix-icons-cut-off' into staging_065
Conflicts were:
- test/segments/command_execution_time.spec and
test/segments/go_version.spec: All conflicts come from renaming color
names on next () and adding a whitespace to the Visual Identifier
() on master.
Dominik Ritter d3500625ca Merge remote-tracking branch 'TheDan64/master' into staging_065
Conflicts were:
- test/segments/rust_version.spec and powerlevel9k.zsh-theme. 
removes grep from parsing the rust version on next;  changes color
names.
Dominik Ritter e763fa14b0 Merge remote-tracking branch 'chhschou/master' into staging_065
Conflicts were:
- powerlevel9k.zsh-theme and test/segments/rust_version.spec:
rust_version Segment changed () on master and colors got
names () on next.
Dominik Ritter 154e923033 Merge remote-tracking branch 'floor114/next' into staging_065
Dominik Ritter 55473c450a Merge branch 'master' into staging_065
Conflicts were:
- README.md: Two commits targeted the brightness table.  from
14. April 2018 on master and  from 05. December 2017 on next.
- powerlevel9k.zsh-theme: Two commits targeted the rbenv segment. Both
achieve the same thing: To show the Ruby version number always.  on
next from 14. April 2018 and  on master from 28. September 2017. I
went with  here as this - although being newer - is the one on
master, and that should be more stable.
Yang Tang 5e0b924346 Update unit tests for fixing icons cut off
Dominik Ritter 27bd1cd65d Fix test for rust segment
Daniel Kolsoi 9b0e0c786a Removed 'Rust' text from test; Silenced missing rustc warning
Taras Shpachenko 111d152d48 Add vcs branch name truncating.
Dominik Ritter 83ad5b598e Add test for wrong truncation if switching back to home folder
This happens if a user switches from a subdirectory of $HOME
back to the home folder and truncation strategy is "truncate
folders from left". Then the folder is displayed as .../~

PR: 
Christo Kotze 75a763f901 Updated test for POWERLEVEL9K_DIR_PATH_ABSOLUTE
Christo Kotze ddcdad77a7 Added new variable POWERLEVEL9K_DIR_PATH_ABSOLUTE
If user sets POWERLEVEL9K_DIR_PATH_ABSOLUTE to true, uses absolute paths
instead of home folder abbreviation, e.g. /Users/chris/... instead of
~/...
Christo Kotze 3674af1cd9 Updated dir.spec test for first_and_last
Christo Kotze 08432bf70c Added truncate_to_first_and_last strategy
Truncate middle directories from the path. How many directories will be
untouched is controlled by POWERLEVEL9K_SHORTER_DIR_LENGTH.
Christo Kotze 1abb519f59 Updated dir.spec tests
Christo Kotze 441fb277d9 Comments, trunc_to_last, trunc_absolute
Added comments throughout the code
Added `truncate_to_last` - displays only the current folder
Added `truncate_absolute` - displays only the last
POWERLEVEL9K_SHORTER_DIR_LENGTH characters - see 
Christo Kotze 4fc4d15703 Added tests for DIR_PATH_SEPARATOR_FOREGROUND
Christo Kotze 276bc9017c Updated testBoldRootSubsubdirWorks()
Forgot to initialize the bolding variable
Christo Kotze dba80dbee9 Added tests for other folder highlighing
Christo Kotze 1e54872873 Added test for Home folder highlighting
Christo Kotze b6f20d1032 Updating Travis tests for bold dir
Christo Kotze 69e55a30b3 Updated tests for resetting bold
Updated tests to include the `%b%K{blue}%F{black}` or similar.
TODO: Still have to create a test for a bolded last segment
Charles Peterson 6bbff45bce orange stuff -- 208
Ben Hilburn 3d79ca1adc
Merge pull request from Artistan/color_names
Use color names, plus fixes
Charles Peterson 264897a426 color names and fixes
- 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
Derek Bassett 1c2774f592 Fix to unit tests. Also removed unneeded extra call to kubectl.
Ben Hilburn 834b6735fa Fixing `vcs.spec` tests after adding space.
Chris Chou 5657fe6ac7 : Indicate `Rust` or `(rust)` for rust_version segment only if icon is unavailable
Ben Hilburn 9f4faf7f21 Merge pull request from eumiro/truncate_to_unique
Add TRUNCATE_TO_UNIQUE shortening dir strategy
Ben Hilburn 02332d5962 Merge branch 'master' into next
Miroslav Šedivý 73a9ee7c87 add TRUNCATE_TO_UNIQUE shortening dir strategy
This creates the shortest unique path elements that can be unambiguously expanded to the original path.
Ben Hilburn c69d45cdcc Merge pull request from docwhat/pr/home-folder-abbr-test
Added tests and replaced a sed call
Christian Höltje 8626d07d60 Merge remote-tracking branch 'origin/master' into pr/merge-master
Christian Höltje 0fded47ab5 Added test for POWERLEVEL9K_HOME_FOLDER_ABBREVIATION
Dominik Ritter a234636982 Fix empty delimiter
Even if the delimiter is empty, the min length should be 1.
This fixes 
Jason Hutchinson d2ecb38d60 add tests
Jason Hutchinson f81ecc11f6 set GO_ICON manually in test
Jason Hutchinson a6887eb165 update test
Jason Hutchinson 55cf15ac41 test that go_segment prints nothing if GOPATH is not set
Jason Hutchinson 0519384d57 test that go_segment prints nothing if GOPATH is set but is not a subset of PWD
Jason Hutchinson ac3307400d update go mock to allow for both version and env sub-commands
Jason Hutchinson 192d634e08 ensure go_version segment prints if PWD is subset of non-empty GOPATH
Dominik Ritter 44eaa0ef33 Add tests for `truncate_with_package_name` strategy of dir segment
This is a backport from 
Ben Hilburn 2f387376aa unittest: fixing space after branch indicator
Dominik Ritter 875dec5dae Merge branch 'next' into execution_time
Dominik Ritter a202537dd7 Refactor `command_execution_time` segment
- Change internal precision to nanoseconds
- Let the user decide about desired precision
- Add tests
Ben Hilburn 36d74f34c2 Merge branch 'next' into dir_first_character
Dominik Ritter edb51fcba3 Add tests for `command_execution_time` segment
Dominik Ritter 6e1259ee99 Remove unnecessary variable from tests
Dominik Ritter 8e99944797 Add test for truncate_with_folder_marker truncation strategy
Dominik Ritter b6e55c189e Add tests for omitting first character in `dir` segment
Dominik Ritter 3d451499aa Fix tests
Arav Singhal 8d7a4e462a Update test for required behavior
Dominik Ritter fa33902c00 Fix test
Dominik Ritter 3591099789 Add tests for dynamic color overriding of vcs segment
Dominik Ritter 3407494d7d Add tests for `go_version`
Dominik Ritter 490bafc868 Add tests for `rust_version`
Dominik Ritter 7cf46711cc Add tests for the dir segment