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-02 02:38:30 +00:00
|
|
|
%pyexe% user\modules\pycapi\test_utils.py
|
|
|
|
%pyexe% user\modules\pycapi\test_contentapi.py
|