6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#run one test. start from main directory
|
|
|
|
python3 -m unittest discover tests $@ -vvvf
|