aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Add small changes suggested by @SyphdiasDominik Ritter2019-02-253-6/+3
|
* Fix regular expression and testDominik Ritter2019-02-041-0/+4
|
* Merge remote-tracking branch 'ben/master' into HEADDominik Ritter2019-02-0331-117/+157
|\
| * 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
| | | |
* | | | Parse IPs properlyDominik Ritter2019-02-032-179/+205
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done if we want to show a public IP, internal IP, or a VPN. In the VPN case, what we actually want is to display an indicator that a VPN is active, instead of the VPN IP itself. We parse the IP here anyway, because we want to save some specific code there.
* | | | Match VPN interface fuzzy on LinuxDominik Ritter2019-01-231-0/+9
| | | |
* | | | Match VPN Interface fuzzyDominik Ritter2019-01-231-1/+30
| | | |
* | | | Simplify code that checks if a VPN is runningDominik Ritter2019-01-231-3/+5
| | | |
* | | | Improve testsDominik Ritter2019-01-231-50/+92
| | | |
* | | | Fix testsDominik Ritter2019-01-222-3/+3
| | | |
* | | | Add testsDominik Ritter2019-01-212-0/+264
|/ / /
* | | 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
| | |