Merge lp:~frankban/lpsetup/steps into lp:lpsetup
Proposed by
Francesco Banconi
on 2012-03-22
| Status: | Merged |
|---|---|
| Approved by: | Graham Binns on 2012-03-23 |
| Approved revision: | 11 |
| Merged at revision: | 7 |
| Proposed branch: | lp:~frankban/lpsetup/steps |
| Merge into: | lp:lpsetup |
| Diff against target: |
467 lines (+137/-138) 7 files modified
lpsetup/__init__.py (+1/-1) lpsetup/argparser.py (+70/-71) lpsetup/subcommands/install.py (+3/-3) lpsetup/subcommands/lxcinstall.py (+1/-1) lpsetup/subcommands/update.py (+2/-2) lpsetup/tests/examples.py (+27/-27) lpsetup/tests/test_argparser.py (+33/-33) |
| To merge this branch: | bzr merge lp:~frankban/lpsetup/steps |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Graham Binns (community) | code | 2012-03-22 | Approve on 2012-03-23 |
|
Review via email:
|
|||
Description of the Change
== Changes ==
lpsetup sub commands are able to execute only a subset of their internal functions. Now these functions composing a sub command are called "steps". Gary suggested that the previous name ("actions") could generate confusion since Python argparse has his own concept of actions.
== Tests ==
$ bin/test
Running zope.testrunner
Set up zope.testrunner
Ran 36 tests with 0 failures and 0 errors in 0.024 seconds.
Tearing down left over layers:
Tear down zope.testrunner
To post a comment you must log in.
review:
Approve
(code)
