Skip to content

Commit

Permalink
Merge 205537e into 5ea20cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Wolf committed Jul 13, 2015
2 parents 5ea20cc + 205537e commit f572ee8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/main/python/pybuilder/plugins/core_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,18 @@ def compile_sources():

@task
@depends(compile_sources)
@description("Runs all unit tests.")
def run_unit_tests():
pass


@task
@depends(run_unit_tests)
@description("Packages the application.")
def package():
pass


@task
@depends(package)
@description("Runs integration tests on the packaged application.")
def run_integration_tests():
pass

Expand Down
2 changes: 1 addition & 1 deletion src/main/python/pybuilder/plugins/python/core_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def list_scripts():


@task
@description("Package a python application.")
@description("Packages the application.")
def package(project, logger):
init_dist_target(project, logger)

Expand Down

0 comments on commit f572ee8

Please sign in to comment.