4 lines
61 B
Bash
4 lines
61 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
python -m unittest discover -v -s ./ -p *_test.py
|