3 lines
62 B
Bash
3 lines
62 B
Bash
|
#!/bin/sh
|
||
|
python -m unittest discover -s tests -p 'test_*.py'
|