linkchecker/test.bat
2009-03-07 16:04:38 +01:00

4 lines
123 B
Batchfile

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