diff options
author | Grégoire Détrez <gregoire@mullvad.net> | 2022-06-28 16:46:42 +0200 |
---|---|---|
committer | Grégoire Détrez <gregoire@mullvad.net> | 2022-06-28 17:28:42 +0200 |
commit | 5e6b83d17629fb8e8ae81638b2056a37364ec703 (patch) | |
tree | c8e89bb254f3a73122535fb472aa6776b164e0f4 /README.md | |
parent | b614c855be543b5acc1873fc13454893b08718ef (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.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 . +``` |