Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Call pytest from a distutils setup.py script

License

NotificationsYou must be signed in to change notification settings

RKrahl/distutils-pytest

Repository files navigation

GitHub Workflow StatusPyPI version

distutils-pytest - Call pytest from a setup.py script

This Python module implements a test command for a setup.pyscript. The command will callpytest to run your package's testsuite.

Download

The latest release version can be found at therelease page on GitHub.

System requirements

Python

  • 3.4 and newer.

Required library packages

Optional library packages

These packages are only needed in certain cases:

  • setuptools_scm

    The version number is managed using this package. All sourcedistributions add a static file with the version number and fallback using that if setuptools_scm is not available. So thispackage is only needed to build out of the plain development sourcetree as cloned from GitHub.

Installation

You can install python-icat from PyPI using pip:

$ pip install distutils-pytest

Copyright and License

  • Copyright 2013-2015Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
  • Copyright 2015-2023 Rolf Krahl

Licensed under theApache License, Version 2.0 (the "License"); youmay not use this package except in compliance with the License.

Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express orimplied. See the License for the specific language governingpermissions and limitations under the License.


[8]ページ先頭

©2009-2025 Movatter.jp