diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-05-12 21:00:33 +0200 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2020-05-12 21:26:21 +0200 |
commit | 620c674f2b7e734fc9cd010daac2a7417d839f87 (patch) | |
tree | 6e9e809d65576b87f2c5d52f0aa61cc5143eedca | |
parent | fdc092990d5e3b9a28e7b646047a877e2cd88dcc (diff) |
Add script to run the unit tests
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-rwxr-xr-x | run-tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/run-tests.sh b/run-tests.sh new file mode 100755 index 0000000..f6db76f --- /dev/null +++ b/run-tests.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +PYTHONPATH="$PWD" pytest tests/ |