mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 20:23:56 +00:00
7 lines
114 B
Batchfile
7 lines
114 B
Batchfile
@ECHO off
|
|
|
|
SET test=scrapy
|
|
SET PYTHONPATH=%CD%
|
|
IF NOT "%1" == "" SET test="%1"
|
|
trial --reporter=text %test%
|