Starting to use Uniglot for hooks standardization.
This commit is contained in:
8
Hooks/scripts.d/pytest
Executable file
8
Hooks/scripts.d/pytest
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Run python3 tests
|
||||
|
||||
if [ -d venv ]; then
|
||||
source venv/bin/activate
|
||||
fi
|
||||
python3 -m pytest
|
Reference in New Issue
Block a user