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