zpm-project / zpm-zsh

zsh plugin manager in ansi C.
GNU General Public License v3.0
5 stars 3 forks source link

Update tests to avoid (mostly) network access #17

Closed desyncr closed 7 years ago

desyncr commented 7 years ago

remove command's test still have network access because local plugins can't be removed from disk.

fennecdjay commented 7 years ago

Split tests into multiple files grouped by command Very good 😄 .

desyncr commented 7 years ago

.swp files are created by default by vim. There is a config to avoid them but it's better to keep them in the .gitignore.

fennecdjay commented 7 years ago

Thanks for the info. I try to use (neo)vim, but I tend to stick to nano 😕

desyncr commented 7 years ago

vim can be journey. I recently restarted my vim configs and I'm currently trying to understand it from the bottom up. These links were quite useful: https://github.com/bpierre/switch-to-vim-for-good#non-optional

fennecdjay commented 7 years ago

Nice 🔖.