This Python module implements a test command for a setup.py script. The command will call pytest to run your package's test suite.
The latest release version can be found at the release page on GitHub.
- 3.4 and newer.
These packages are only needed in certain cases:
-
The version number is managed using this package. All source distributions add a static file with the version number and fall back using that if setuptools_scm is not available. So this package is only needed to build out of the plain development source tree as cloned from GitHub.
You can install python-icat from PyPI using pip:
$ pip install distutils-pytest
- Copyright 2013-2015 Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
- Copyright 2015-2023 Rolf Krahl
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this package except in compliance with the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.