import os import re import sys from setuptools import setup from setuptools.command.test import test as TestCommand
HERE = os.path.dirname(os.path.realpath(__file__))
class PyTest(TestCommand): """
Run py.test with the "python setup.py test command" """
user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")]
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.