mirror of
https://gitflic.ru/project/maks1ms/ocab.git
synced 2024-12-23 16:23:01 +03:00
4 lines
54 B
Bash
4 lines
54 B
Bash
#! /bin/sh
|
|
cd src
|
|
python -m unittest discover -v
|
|
cd .. |