1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 20:23:56 +00:00
scrapy/bin/runtests.bat
2010-12-14 12:20:38 -02:00

7 lines
114 B
Batchfile

@ECHO off
SET test=scrapy
SET PYTHONPATH=%CD%
IF NOT "%1" == "" SET test="%1"
trial --reporter=text %test%