Sha256: 554fe8d4aca71cea8fd959511b5a4fd80bdb79bb1af1a7e2587f9526b2b59834

Contents?: true

Size: 351 Bytes

Versions: 1

Compression:

Stored size: 351 Bytes

Contents

@echo off
rem = """-*-Python-*- script
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH or TK environment variables here
python -x "%~f0" %*
goto exit
 
"""
# -------------------- Python section --------------------
from logilab.common.pytest import run
run()

DosExitLabel = """
:exit
rem """


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exercism-analysis-0.1.1 vendor/python/logilab/common/bin/pytest.bat