Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-02 | tests: opam: Test additional syntax. | Julien Lepiller | |
* tests/opam.scm (test-comment): New test. (test-lists): Add more tests for complex list patterns. | |||
2020-10-02 | tests: opam: Factorize tests. | Julien Lepiller | |
* tests/opam.scm: Remove duplicate code. | |||
2020-01-17 | import: opam: Avoid uses of '@@' in tests. | Ludovic Courtès | |
* guix/import/opam.scm (string-pat, multiline-string, list-pat) (dict, condition): Export. (opam-fetch): Add optional 'repository' parameter. (opam->guix-package): Add #:repository parameter and pass it to 'opam-fetch'. * tests/opam.scm ("opam->guix-package"): Remove use of 'mock' and pass TEST-REPO to 'opam->guix-package' instead. ("parse-strings", "parse-multiline-strings") ("parse-lists", "parse-dicts", "parse-conditions"): Remove uses of '@@', which are no longer needed. | |||
2019-09-07 | tests: opam: Fix input type in import test. | Julien Lepiller | |
* tests/opam.scm: Expect propagated-inputs instead of inputs. |