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