diff options
author | Frederick Muriuki Muriithi | 2022-02-10 09:56:12 +0300 |
---|---|---|
committer | Efraim Flashner | 2022-02-14 12:20:22 +0200 |
commit | ddd284079a9c903925cd0fdd1ca0c1dc1b9b15f4 (patch) | |
tree | a7e258b230721f3c19b83e6e6ba96c7e5f5bfd4c /gn | |
parent | a23571b9016a3d89de7f37ae92217b7b3c016ae7 (diff) | |
download | guix-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')
-rw-r--r-- | gn/packages/genenetwork.scm | 2 |
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) |