mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-19 23:40:29 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3979 e7d03fd6-7b0d-0410-9947-9c21f3af8025
3 lines
94 B
Batchfile
3 lines
94 B
Batchfile
@echo off
|
|
c:\python26\python.exe c:\python26\scripts\nosetests -m "^test_.*" tests/
|
|
@pause
|