8000 GitHub - rmetcalf9/python_Testing_Utilities: Testing utilities for python apps
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rmetcalf9/python_Testing_Utilities

Repository files navigation

python_Testing_Utilities

Build Status PyPI version

Testing utilities for python apps

Release process

USE CODERELEASE

If you get an error message reporting "dirty" versions can't be uploaded to pypi it means that you have uncommitted changes.

installs to make a package:

pip install nose pip install tox

pip install versioneer ###pip install wheel???

pip install virtualenv pip install pipenv

run versioneer install in source tree

Run tests

nosetests
pipenv shell
pipenv run tox

Create pypi file

$HOME/.pypirc

[distutils]
index-servers=pypi

[pypi]
repository = https://pypi.python.org/pypi
username = <username>
password = <password>

If you leave password blank you will be prompted

About

Testing utilities for python apps

Resources

License

Stars

Watchers

Forks

< 37BC div class="BorderGrid-cell">

Releases

25 tags

Packages

No packages published
0