4 lines
81 B
Bash
4 lines
81 B
Bash
|
#!/bin/sh
|
||
|
#pre-commit run -a
|
||
|
python -m unittest discover -s tests -p 'test_*.py'
|