diff options
author | Arun Isaac | 2025-08-08 17:08:36 +0100 |
---|---|---|
committer | Arun Isaac | 2025-08-08 17:08:51 +0100 |
commit | b2826e3bf5809b80dfb99286cf806361e7bfcbae (patch) | |
tree | ab72a40efe4f2862c688fe2d323e014386eee7ca | |
parent | 0a7cacfeecb33a0b9d515ff300b599cd9eec7a06 (diff) | |
download | pyhegp-b2826e3bf5809b80dfb99286cf806361e7bfcbae.tar.gz pyhegp-b2826e3bf5809b80dfb99286cf806361e7bfcbae.tar.lz pyhegp-b2826e3bf5809b80dfb99286cf806361e7bfcbae.zip |
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.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |