import/github: Test it.
authorMaxime Devos <maximedevos@telenet.be>
Thu, 6 Jan 2022 20:50:12 +0000 (20:50 +0000)
committerLudovic Courtès <ludo@gnu.org>
Sun, 16 Jan 2022 22:56:56 +0000 (23:56 +0100)
commit81f036bfd23fb6e0f381ced2de27762fa9d1bb65
tree0fbdfaf7bc42e0354a9b015d8ec50d8e66d4fd3f
parentf8306a501935f8012fba76a9de924f512c24883a
import/github: Test it.

* Makefile.am (SCM_TESTS): Register new tests.
* guix/import/github.scm
  (%github-api): New variable.
  (fetch-releases-or-tags): Use the new variable.
* tests/import-github.scm: New file with tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Makefile.am
guix/import/github.scm
tests/import-github.scm [new file with mode: 0644]