From c2b180bf326b416e1071bbe191813ccff651f7ae Mon Sep 17 00:00:00 2001 From: Dave Huseby Date: Thu, 14 Mar 2024 13:22:54 -0600 Subject: [PATCH] Update README.md Adding note about testing --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c2cbcbd2..29ece8fc 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,10 @@ On Debian Linux you will need to ensure that you have the [GNU Multiprecision Ar sudo apt-get install libgmp-dev ``` +### Testing + +Running `pytest` doesn't work with this project. The correct way to execute tests is to run `make test`. + ### Release setup Releases follow the same basic pattern as releases of some tangentially-related projects,