This website requires JavaScript.
Explore
Chat
Change Password
Martial Arts
Help
Register
Sign In
AniNIX
/
Uniglot
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
f9a8c19066e4e67adfedcfa5b302ce85c2f4145d
Uniglot
/
Hooks
/
scripts.d
/
pytest
T
9 lines
105 B
Bash
Raw
Normal View
History
Unescape
Escape
Starting to use Uniglot for hooks standardization.
2022-04-30 23:14:56 -05:00
#!/bin/bash
# Run python3 tests
if
[
-d venv
]
;
then
source
venv/bin/activate
fi
python3 -m pytest
Reference in New Issue
Copy Permalink