linkchecker/test.bat
2009-02-24 11:56:25 +01:00

4 lines
120 B
Batchfile

@echo off
set PYTHON="c:\Python26\python.exe"
%PYTHON% -3 c:\python26\scripts\nosetests -m "^test_.*" tests/
@pause