summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* remove most thingsromkatv2019-03-0141-5462/+0
|
* 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-0128-93/+93
|\ \ | |/ |/| [Bugfix] Fix icons cut off in RPROMPT segments
| * Remove extra %f in unit testsYang Tang2018-10-1221-74/+74
| |
| * Merge branch 'master' into fix-rprompt-icons-cut-offYang Tang2018-10-1241-579/+3865
| |\
| * | Update unit tests for fixing RPROMPT icons cut offYang Tang2018-08-222-2/+2
| | |
| * | Fix icons cut off in RPROMPT segmentsYang Tang2018-08-225-17/+17
| | |
* | | Port git submodule test from `next`.Matthew Judy2018-11-181-0/+29
| | |
* | | Merge pull request #1065 from dritter/protect_localeDominik Ritter2018-11-171-12/+18
|\ \ \ | | | | | | | | Protect locale
| * | | Ensure that LC_CTYPE IS NOT overwritten by P9KDominik Ritter2018-11-151-12/+18
| | | |
* | | | 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-09-051-1/+1
| |
* | Fix testsDominik Ritter2018-08-1737-207/+207
| |
* | Add tests for color comparisons with none colorsDominik Ritter2018-08-101-0/+16
| |
* | Add test for bright colorsDominik Ritter2018-08-091-0/+9
| |
* | Merge branch 'fix_colors' into prepare_066Dominik Ritter2018-08-0929-94/+104
|\ \
| * | Fix testsDominik Ritter2018-08-098-25/+25
| | |
* | | Merge branch 'fix_colors' into prepare_066Dominik Ritter2018-08-0837-242/+242
|\| |
| * | Fix testsDominik Ritter2018-08-081-2/+2
| | |
| * | Fix testsDominik Ritter2018-08-089-83/+83
| | |
* | | Merge branch 'add_tests' into prepare_066Dominik Ritter2018-08-0641-516/+3767
|\ \ \ | |_|/ |/| |
| * | Fix tests for context segmentDominik Ritter2018-08-051-0/+5
| | |
| * | Fix testsDominik Ritter2018-08-042-0/+6
| | |
| * | Update shunit2 to newest versionDominik Ritter2018-08-0439-39/+39
| | |
| * | 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
| | |
| * | Add tests for nerdfont-complete iconsDominik Ritter2018-07-241-0/+117
| | |
| * | Improve tests by making use of local variablesDominik Ritter2018-07-248-281/+207
| | |
| * | Add tests for general prompt functionalityDominik Ritter2018-07-211-0/+104
| | |
| * | Add tests for visual identifierDominik Ritter2018-07-201-0/+50
| | |
| * | Add tests for joining segmentsDominik Ritter2018-07-201-0/+187
| | |
| * | Fix tests on older ZSH versionsDominik Ritter2018-07-1923-132/+227
| | |
| * | Fix testsDominik Ritter2018-07-191-34/+21
| | |
| * | 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
| | |
| * | Add tests for color overridingDominik Ritter2018-07-191-0/+62
| | |