aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArun Isaac2025-07-07 12:17:28 +0100
committerArun Isaac2025-07-07 12:36:41 +0100
commitf5a245d1dc7e7680a979c52ec77cdc3e54ccea4a (patch)
treefe2040ab2ce6dc93d023a41bcc2f87e8548d32e9 /README.md
parent7db192b8e9f5402769deb8f56112e01171d29283 (diff)
downloadpyhegp-f5a245d1dc7e7680a979c52ec77cdc3e54ccea4a.tar.gz
pyhegp-f5a245d1dc7e7680a979c52ec77cdc3e54ccea4a.tar.lz
pyhegp-f5a245d1dc7e7680a979c52ec77cdc3e54ccea4a.zip
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index e78e883..27d6fd5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,12 @@
pyhegp is a Python library and CLI utility implementing homomorphic encryption of genotypes and phenotypes as described in [Private Genomes and Public SNPs: Homomorphic Encryption of Genotypes and Phenotypes for Shared Quantitative Genetics](https://academic.oup.com/genetics/article/215/2/359/5930450).
+# Run tests
+
+Run the test suite using
+```
+python3 -m pytest
+```
+
# License
pyhegp is free software released under the terms of the [GNU General Public License](https://www.gnu.org/licenses/gpl.html), either version 3 of the License, or (at your option) any later version.