diff options
| author | Pjotr Prins | 2026-04-05 11:52:13 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2026-04-05 11:52:13 +0200 |
| commit | 9d3ecb23ef927c9cb1f84676d05dae360559dc37 (patch) | |
| tree | bf005b15c6db1f14fd9385cc415d68aef2f2ea74 /guix.scm | |
| parent | dbfeccada1550cfcfbedb9e92d3b13ccbf0e547f (diff) | |
| download | genecup-9d3ecb23ef927c9cb1f84676d05dae360559dc37.tar.gz | |
Add a test for a network fetch
Diffstat (limited to 'guix.scm')
| -rw-r--r-- | guix.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm index b27bc8c..a95b418 100644 --- a/guix.scm +++ b/guix.scm @@ -7,7 +7,11 @@ ;; ;; Development shell: ;; -;; guix shell -L . -L ../guix-bioinformatics -C -N -F genecup-gemini coreutils -- genecup --port 4201 +;; guix shell -L . -C -N -F edirect-25 genecup-gemini coreutils -- genecup --port 4201 +;; +;; In a shell you can run +;; +;; python3 -m unittest tests.test_network_esearch ;; ;; Note: API key is read from ~/.config/gemini/credentials ;; |
