aboutsummaryrefslogtreecommitdiff
path: root/genenetwork-development.scm
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-12-22 09:03:18 +0300
committerFrederick Muriuki Muriithi2022-12-22 09:03:18 +0300
commit630ecc936f8758afde291aa1a937f21cfaa193ce (patch)
treedbb1b6da71837b90acab1b828d7ecdb180f88ad7 /genenetwork-development.scm
parent8ce668562b0443ed7eb5b22225692f6f4383ea89 (diff)
downloadgn-machines-630ecc936f8758afde291aa1a937f21cfaa193ce.tar.gz
gn3: tests: Update the tests invocation
* genenetwork-development.scm: use pytest rather than unittest to run the tests.
Diffstat (limited to 'genenetwork-development.scm')
-rw-r--r--genenetwork-development.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/genenetwork-development.scm b/genenetwork-development.scm
index 4170797..2e7c728 100644
--- a/genenetwork-development.scm
+++ b/genenetwork-development.scm
@@ -182,7 +182,7 @@ command to be executed."
'#$tests-command))))
(define genenetwork3-unit-tests
- (genenetwork3-tests (list "python3" "-m" "unittest")
+ (genenetwork3-tests (list "pytest" "-k" "unit_test")
(package->development-manifest genenetwork3)))
(define genenetwork3-pylint