qcs-python/test.bat
2023-05-02 04:16:22 +02:00

9 lines
202 B
Batchfile

@echo off
REM Change python whatever
set pyexe=python34\python.exe
REM And now, run all the various tests we have
%pyexe% user\modules\test_myutils.py
%pyexe% user\modules\test_contentapi.py