David Thompson <dthomps...@worcester.edu> skribis: > Ludovic Courtès <l...@gnu.org> writes: > >> We’ll need documentation and tests, too. :-) > > Regarding tests, where should I add them? I can see that > tests/guix-package.sh uses the '-n' flag to avoid building things. > Simply running 'guix package -n --apply=test-manifest.scm' and getting a > 0 exit value would suffice as a basic integration test, I think. > Anything else that you would recommend?
As discussed on IRC, this sounds good to me. Probably in guix-package.sh, which is for tests that do not require network access, or otherwise in guix-package-net.sh. Ludo’.