From f5a245d1dc7e7680a979c52ec77cdc3e54ccea4a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 7 Jul 2025 12:17:28 +0100 Subject: Add tests. * test_pyhegp.py: New file. * README.md (Run tests): New section. * guix.scm: Import python-hypothesis from (gnu packages check). (python-pyhegp)[arguments]: Enable tests. [native-inputs]: Add python-hypothesis. --- guix.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'guix.scm') diff --git a/guix.scm b/guix.scm index 6b9e67f..44bbf73 100644 --- a/guix.scm +++ b/guix.scm @@ -16,7 +16,7 @@ ;;; You should have received a copy of the GNU General Public License ;;; along with pyhegp. If not, see . -(use-modules ((gnu packages check) #:select (python-pytest)) +(use-modules ((gnu packages check) #:select (python-hypothesis python-pytest)) ((gnu packages python-build) #:select (python-flit-core)) ((gnu packages python-science) #:select (python-scipy)) ((gnu packages python-xyz) #:select (python-click python-numpy)) @@ -36,10 +36,9 @@ #:recursive? #t #:select? (git-predicate (current-source-directory)))) (build-system pyproject-build-system) - (arguments - (list #:tests? #f)) (native-inputs (list python-flit-core + python-hypothesis python-pytest)) (propagated-inputs (list python-click -- cgit v1.2.3