tests | |
---|---|
package |
A small utility to make alias distributions on PyPI.
It will create an "empty" package with a different name (the "alias") that depends on the package in your current working directory.
- Free software: BSD 2-Clause License
pip install pypi-alias
You can also install the in-development version with:
pip install https://github.com/ionelmc/pypi-alias/archive/master.zip
Make sure you run pypi-alias
in a directory that has a setup.py
file.
Example:
pypi-alias foobar sdist bdist_wheel twine upload dist\foobar*
To use the project:
import pypi_alias
pypi_alias.-()
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |