summaryrefslogtreecommitdiffstats
path: root/docs/tests.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-11-21 15:00:40 +0100
committerDaniel Baumann <daniel@debian.org>2024-11-21 15:00:40 +0100
commit012d9cb5faed22cb9b4151569d30cc08563b02d1 (patch)
treefd901b9c231aeb8afa713851f23369fa4a1af2b3 /docs/tests.md
parentInitial commit. (diff)
downloadpysilfont-012d9cb5faed22cb9b4151569d30cc08563b02d1.tar.xz
pysilfont-012d9cb5faed22cb9b4151569d30cc08563b02d1.zip
Adding upstream version 1.8.0.upstream/1.8.0upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'docs/tests.md')
-rw-r--r--docs/tests.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/tests.md b/docs/tests.md
new file mode 100644
index 0000000..6007470
--- /dev/null
+++ b/docs/tests.md
@@ -0,0 +1,17 @@
+# Test suite
+pysilfont has a pytest-based test suite.
+
+### install the test framework bits:
+```
+python3 -m pip install pytest
+```
+
+## set up the folders:
+```
+python3 tests/setuptestdata.py
+```
+
+## run the test suite:
+```
+pytest
+```