diff options
author | Joris | 2023-09-17 15:12:36 +0200 |
---|---|---|
committer | Joris | 2023-09-17 15:12:36 +0200 |
commit | f1eee98bb5144efc1aa242bad0e5676e12d882a5 (patch) | |
tree | 48374cac3a808fa9219c6338c8ac11d2a7f1935b /bin/test | |
parent | 61abb0a9a05bec2ce2ce58e2943eb1458b6b25c3 (diff) |
Test formatting
Diffstat (limited to 'bin/test')
-rwxr-xr-x | bin/test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/test b/bin/test new file mode 100755 index 0000000..cd6c0de --- /dev/null +++ b/bin/test @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +set -euo pipefail +cd "$(dirname $0)/.." +python -m pytest |