mirror of
https://gitflic.ru/project/maks1ms/ocab.git
synced 2025-01-11 17:28:12 +03:00
4 lines
54 B
Plaintext
4 lines
54 B
Plaintext
|
#! /bin/sh
|
||
|
cd src
|
||
|
python -m unittest discover -v
|
||
|
cd ..
|