nvim-neorocks / rocks

An alternative frontend app for luarocks.org
MIT License
31 stars 1 forks source link

[tests]: CLI testing #71

Open vhyrro opened 2 months ago

vhyrro commented 2 months ago

This will be a massive undertaking, but once the project matures a bit more we'll have to invest some time in testing the CLI for various edge cases, not just the library.

vhyrro commented 1 month ago

This is becoming more important now than ever, so we should start considering this as "on our radar' :)

mrcjkb commented 1 month ago

It would be nice to set up a mock server (like rocks-binaries) with mock packages to install, so we can keep the tests reproducible.