mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 17:44:42 +00:00
4 lines
88 B
Batchfile
4 lines
88 B
Batchfile
|
|
@echo off
|
||
|
|
c:\python26\python.exe c:\python26\scripts\nosetests -m "^test_.*" tests/
|
||
|
|
|