/etc/completion/

dy>
aboutsummaryrefslogtreecommitdiff
path: root/tests/opam.scm
AgeCommit message (Collapse)Author
2020-12-08import: opam: Adjust test to latest 'opam->guix-package' changes.Ludovic Courtès
This is a followup to a8dccd4bdc1e58219d4ba08fe1649bf0b8325f44, which broke the test. * guix/import/opam.scm (get-opam-repository): Prevent inlining. * tests/opam.scm ("opam->guix-package"): Mock 'get-opam-repository'.
2020-12-08guix: opam: Pass default repository to recursive importer.Julien Lepiller
* guix/import/opam.scm (opam->guix-package): Rename #:repository key to #:repo. (opam-recursive-import): Pass #:repo keyword. * tests/opam.scm (opam->guix-package): Rename #:repository to #:repo.
2020-10-02tests: opam: Test additional syntax.Julien Lepiller
* tests/opam.scm (test-comment): New test. (test-lists): Add more tests for complex list patterns.
2020-10-02tests: opam: Factorize tests.Julien Lepiller
* tests/opam.scm: Remove duplicate code.