From ddd284079a9c903925cd0fdd1ca0c1dc1b9b15f4 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 10 Feb 2022 09:56:12 +0300 Subject: 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. --- gn/packages/genenetwork.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gn/packages/genenetwork.scm') 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) -- cgit v1.2.3