From b2826e3bf5809b80dfb99286cf806361e7bfcbae Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 8 Aug 2025 17:08:36 +0100 Subject: Clarify that the test suite is not for end users. End users who install pyhegp via pip cannot run the test suite. Clarify this in the README. Perhaps, in the future, we should move these developer-oriented instructions to a separate document. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67a5481..81c153c 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ Run the test suite using ``` python3 -m pytest ``` +The test suite is not meant to be run by end users. It is meant to be run by developers when hacking on the code. # License -- cgit 1.4.1