linkchecker/test.bat
2009-02-23 23:59:15 +01:00

3 lines
97 B
Batchfile

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