mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2026-01-10 06:18:06 +03:00
4 lines
54 B
Bash
4 lines
54 B
Bash
#! /bin/sh
|
|
cd src
|
|
python -m unittest discover -v
|
|
cd .. |