-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests performance: review network access #9
Comments
would'nt that mean running a local git server? |
No need for that.
Then in |
very nice! Thanks for the tip. |
so it just needs to had a *.*sh file with a hello_world function in it, then test the function? |
Yeah, exactly, as we're not testing the plugins themselves, but how |
If we need in the future we may have specific test repositories to test special cases, such as what happens if the plugin as no "*.*sh", for example. |
Yes. Shouldn't we also test wether plugins contains _xxx file, or even file with that would probably mean reworking the plugin_entry function: |
two more question:
|
I haven't tested completions ever. So there is a room for investigation. Maybe looking at https://github.com/zsh-users/zsh-autosuggestions would give us a clue. |
Yeah, those are great ideas. Should target |
I use zpm self install feature, which puts We should probably use gist to share |
A working |
I'm working on test's performance. |
Currently our test suite does real network access. This make test run extra slow and make them unavailable working offline.
The idea is to create some
git
repositories at run-time and accessing them, now thatzpm
supports local repositories.TODO
remove.t
testsThe text was updated successfully, but these errors were encountered: