1
0
forked from Georg/pyacl

Move test.sh

Align with the other script which is already under scripts/.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2024-09-20 19:12:28 +02:00
parent eaf8f6085e
commit 97299af765
Signed by untrusted user: Georg
GPG Key ID: 1ED2F138E7E6FF57
2 changed files with 1 additions and 1 deletions

View File

@ -74,4 +74,4 @@ build_acl(target_name, target_type, read=False, write=False, execute=False)
## Hacking/Tests ## Hacking/Tests
Functionality is tested through `pytest`. As it requires a certain test user to be present, easiest is to use the purpose-built container image. A wrapper is provided at `test.sh`. Functionality is tested through `pytest`. As it requires a certain test user to be present, easiest is to use the purpose-built container image. A wrapper is provided at `scripts/test.sh`.