4 lines
61 B
Bash
4 lines
61 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
PYTHONPATH=$PWD python3 -m unittest tests.test_mp
|