aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGrégoire Détrez <gregoire@mullvad.net>2022-06-28 16:46:42 +0200
committerGrégoire Détrez <gregoire@mullvad.net>2022-06-28 17:28:42 +0200
commit5e6b83d17629fb8e8ae81638b2056a37364ec703 (patch)
treec8e89bb254f3a73122535fb472aa6776b164e0f4 /README.md
parentb614c855be543b5acc1873fc13454893b08718ef (diff)
Allow --sigkey-file to be a symlink
Also adds the first tests (using pytest) & a short paragraph to the README on how to run them.
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed9a389..65a8b37 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,13 @@ The full license text can be found in the file LICENSE.
This license is also known as the BSD-2-Clause and the Simplified BSD
License.
+
+## Hacking
+
+### Running tests
+
+Use [`pytest`](https://docs.pytest.org/) to run the automated tests:
+
+```
+$ pytest .
+```