mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-20 16:00:26 +00:00
4 lines
120 B
Batchfile
4 lines
120 B
Batchfile
@echo off
|
|
set PYTHON="c:\Python26\python.exe"
|
|
%PYTHON% -3 c:\python26\scripts\nosetests -m "^test_.*" tests/
|
|
@pause
|