Download this file
7 lines (4 with data), 189 Bytes
#!/bin/sh
command -v python3 >/dev/null 2>&1 || { echo >&2 "Tests require python3, which was not detected. Aborting."; exit 1; }
cd `dirname $0`/tests
python3 -m unittest $* alltests.py
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.