about summary refs log tree commit diff
path: root/guix.scm
diff options
context:
space:
mode:
authorPjotr Prins2026-04-05 11:52:13 +0200
committerPjotr Prins2026-04-05 11:52:13 +0200
commit9d3ecb23ef927c9cb1f84676d05dae360559dc37 (patch)
treebf005b15c6db1f14fd9385cc415d68aef2f2ea74 /guix.scm
parentdbfeccada1550cfcfbedb9e92d3b13ccbf0e547f (diff)
downloadgenecup-9d3ecb23ef927c9cb1f84676d05dae360559dc37.tar.gz
Add a test for a network fetch
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm6
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
 ;;