Starting to use Uniglot for hooks standardization.

This commit is contained in:
2022-04-30 23:14:56 -05:00
parent ce2e2d3863
commit f034d627a6
17 changed files with 234 additions and 11 deletions

8
Hooks/scripts.d/pytest Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Run python3 tests
if [ -d venv ]; then
source venv/bin/activate
fi
python3 -m pytest