qcs-python/test.bat

9 lines
176 B
Batchfile
Raw Normal View History

2023-05-01 01:03:03 +00:00
@echo off
REM Change python whatever
set pyexe=python34\python.exe
REM And now, run all the various tests we have
2023-05-01 14:35:31 +00:00
%pyexe% test_myutils.py
%pyexe% test_contentapi.py