Skip to content

Commit

Permalink
Packaging dry run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Oct 14, 2014
1 parent ab06fa4 commit da5da35
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/test_packaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
from . import context, setup, teardown


def test_build_package():
packaging.build_package(context)

def test_install_package():
pass
packaging.install_package(context)

def test_upload_package():
pass
packaging.upload_package(context)

def test_install_from_pypi():
pass
packaging.install_from_pypi(context)

0 comments on commit da5da35

Please # to comment.