mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 09:00:58 +00:00
3 lines
97 B
Batchfile
3 lines
97 B
Batchfile
@echo off
|
|
c:\python26\python.exe -3 c:\python26\scripts\nosetests -m "^test_.*" tests/
|
|
@pause
|