aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/genenetwork.scm
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-02-10 09:56:12 +0300
committerEfraim Flashner2022-02-14 12:20:22 +0200
commitddd284079a9c903925cd0fdd1ca0c1dc1b9b15f4 (patch)
treea7e258b230721f3c19b83e6e6ba96c7e5f5bfd4c /gn/packages/genenetwork.scm
parenta23571b9016a3d89de7f37ae92217b7b3c016ae7 (diff)
downloadguix-bioinformatics-ddd284079a9c903925cd0fdd1ca0c1dc1b9b15f4.tar.gz
Add pytest and hypothesis for automated testing
In the effort to improve automated testing, this commit adds two python modules that are useful for the tests.
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r--gn/packages/genenetwork.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm
index b084ed5..9f2bfe1 100644
--- a/gn/packages/genenetwork.scm
+++ b/gn/packages/genenetwork.scm
@@ -151,6 +151,8 @@
("python-requests" ,python-requests)
("python-scipy" ,python-scipy)
("python-sparqlwrapper" ,python-sparqlwrapper)
+ ("python-hypothesis" ,python-hypothesis)
+ ("python-pytest" ,python-pytest)
("r-optparse" ,r-optparse)
("r-qtl" ,r-qtl)
("r-rjson" ,r-rjson)