dosage/test.bat

7 lines
143 B
Batchfile
Raw Normal View History

2012-12-12 16:41:29 +00:00
:: Run test suite
:: Copyright (C) 2010-2012 Bastian Kleineidam
@echo off
set PYDIR=C:\Python27
%PYDIR%\python.exe -m pytest tests
pause