about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2025-08-08 17:08:36 +0100
committerArun Isaac2025-08-08 17:08:51 +0100
commitb2826e3bf5809b80dfb99286cf806361e7bfcbae (patch)
treeab72a40efe4f2862c688fe2d323e014386eee7ca
parent0a7cacfeecb33a0b9d515ff300b599cd9eec7a06 (diff)
downloadpyhegp-b2826e3bf5809b80dfb99286cf806361e7bfcbae.tar.gz
pyhegp-b2826e3bf5809b80dfb99286cf806361e7bfcbae.tar.lz
pyhegp-b2826e3bf5809b80dfb99286cf806361e7bfcbae.zip
Clarify that the test suite is not for end users. HEAD main
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.md1
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