aboutsummaryrefslogtreecommitdiff
path: root/test/segments
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1151 from Wuestengecko/bugfix-1150Dominik Ritter2019-02-021-0/+18
|\ | | | | [Bugfix] Only abbreviate $HOME at the beginning of cwd
| * Add testsDominik Ritter2019-02-021-0/+18
| |
* | Merge pull request #1147 from dritter/fix_newlines_in_zsh57Dominik Ritter2019-02-021-0/+42
|\ \ | |/ |/| Fix newlines in ZSH 5.7
| * Add tests for newline segmentDominik Ritter2019-02-011-0/+42
| |
* | Merge pull request #1148 from dritter/remove_nodeenv_disable_promptDominik Ritter2019-02-011-20/+0
|\ \ | | | | | | Remove checking for NODEENV_DISABLE_PROMPT
| * | Remove checking for NODEENV_DISABLE_PROMPTDominik Ritter2019-02-011-20/+0
| |/ | | | | | | This variable is none of our buisness.
* | Merge pull request #966 from ytang/fix-rprompt-icons-cut-offDominik Ritter2019-02-0125-81/+81
|\ \ | |/ |/| [Bugfix] Fix icons cut off in RPROMPT segments
| * Remove extra %f in unit testsYang Tang2018-10-1219-65/+65
| |
| * Merge branch 'master' into fix-rprompt-icons-cut-offYang Tang2018-10-1232-516/+3249
| |\
| * | Update unit tests for fixing RPROMPT icons cut offYang Tang2018-08-222-2/+2
| | |
| * | Fix icons cut off in RPROMPT segmentsYang Tang2018-08-224-14/+14
| | |
* | | Port git submodule test from `next`.Matthew Judy2018-11-181-0/+29
| | |
* | | Fix testsDominik Ritter2018-11-172-2/+2
| | |
* | | Fix testDominik Ritter2018-11-171-1/+1
| | | | | | | | | The branch name must not be expanded.
* | | Fix configuration errors in the testsDominik Ritter2018-11-172-2/+6
| | |
* | | Add tests for branch name vulnerabilityDominik Ritter2018-11-172-1/+23
| | |
* | | Add test for detecting untracked files from sibling folderDominik Ritter2018-11-121-1/+18
| | |
* | | Add tests for complex git submodule scenariosDominik Ritter2018-11-031-0/+73
| | |
* | | Speedup VCS segmentDominik Ritter2018-11-031-0/+25
| | | | | | | | | | | | | | | | | | | | | Now the untracked files are detected via `git ls-files`, which is much faster than `git status`. Additionally, we flipped the default for checking submodules. They are now NOT checked by default, as most users probably do not use git submodules.
* | | Do not throw away users configurationDominik Ritter2018-10-121-10/+18
| | |
* | | Fix testsDominik Ritter2018-10-121-0/+10
| |/ |/| | | | | | | | | It seems like Travis changed their infrastructure. We need to unset SSH_TTY and SSH_CLIENT to get the tests working again.
* | Fix testsDominik Ritter2018-08-1731-168/+168
| |
* | Merge branch 'fix_colors' into prepare_066Dominik Ritter2018-08-0926-83/+83
|\ \
| * | Fix testsDominik Ritter2018-08-097-22/+22
| | |
* | | Merge branch 'fix_colors' into prepare_066Dominik Ritter2018-08-0831-203/+203
|\| |
| * | Fix testsDominik Ritter2018-08-088-75/+75
| | |
* | | Merge branch 'add_tests' into prepare_066Dominik Ritter2018-08-0632-462/+3195
|\ \ \ | |_|/ |/| |
| * | Fix tests for context segmentDominik Ritter2018-08-051-0/+5
| | |
| * | Fix testsDominik Ritter2018-08-042-0/+6
| | |
| * | Update shunit2 to newest versionDominik Ritter2018-08-0431-31/+31
| | |
| * | Fix Test for context segmentDominik Ritter2018-07-311-0/+5
| | | | | | | | | | | | | | | This fixes an error on travis, because there is no sudo allowed. We could allow it, but I think it is better to mock sudo anyway.
| * | Fix test for background_jobs segmentDominik Ritter2018-07-251-1/+1
| | |
| * | Prepare tests for performance optimizationsDominik Ritter2018-07-2531-113/+641
| | |
| * | Improve tests by making use of local variablesDominik Ritter2018-07-247-265/+197
| | |
| * | Fix tests on older ZSH versionsDominik Ritter2018-07-1923-132/+227
| | |
| * | Remove vcs.specDominik Ritter2018-07-191-161/+0
| | | | | | | | | | | | There are now specific tests for git and hg
| * | Fix tests for dir segment on OSXDominik Ritter2018-07-191-1/+9
| | |
| * | Merge remote-tracking branch 'ben/master' into add_testsDominik Ritter2018-07-191-0/+85
| |\|
| * | Add tests for vi_mode segmentDominik Ritter2018-07-191-0/+38
| | |
| * | Fix tests for nvm segmentDominik Ritter2018-07-191-16/+12
| | |
| * | Add tests for vcs (hg) segmentDominik Ritter2018-07-181-0/+169
| | |
| * | Add tests for vcs (git) segmentDominik Ritter2018-07-181-0/+309
| | |
| * | Add tests for todo segmentDominik Ritter2018-07-181-0/+52
| | |
| * | Add tests for symfony_version segmentDominik Ritter2018-07-181-0/+99
| | |
| * | Add tests for swift segmentDominik Ritter2018-07-181-0/+52
| | |
| * | Add tests for swap segmentDominik Ritter2018-07-181-0/+52
| | |
| * | Add tests for ssh segmentDominik Ritter2018-07-181-0/+70
| | |
| * | Add test for ram segmentDominik Ritter2018-07-181-0/+62
| | |
| * | Add tests for public_ip segmentDominik Ritter2018-07-181-0/+188
| | |
| * | Add tests for php_version segmentDominik Ritter2018-07-181-0/+36
| | |