Merge lp://staging/~zyga/checkbox/new-validation into lp://staging/checkbox
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~zyga/checkbox/new-validation |
Merge into: | lp://staging/checkbox |
Diff against target: |
233 lines (+69/-39) 2 files modified
plainbox/plainbox/provider_manager.py (+7/-1) plainbox/plainbox/test_provider_manager.py (+62/-38) |
To merge this branch: | bzr merge lp://staging/~zyga/checkbox/new-validation |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Maciej Kisielewski (community) | Approve | ||
Review via email: mp+238187@code.staging.launchpad.net |
Description of the change
29e3be4 plainbox:
ec204d2 plainbox:
Unmerged revisions
- 3351. By Zygmunt Krynicki
-
plainbox:
provider_ manager: make new validation default This patch updates provider manager to use the new validation subsystem
by default. Currently all of the providers maintained in lp:checkbox are
supported and it seems that nothing stays in the way of flipping the
switch.If all goes well the old validation code will be removed in plainbox
0.16 (in one month from now).Signed-off-by: Zygmunt Krynicki <email address hidden>
- 3350. By Zygmunt Krynicki
-
plainbox:
provider_ manager: modernize tests This patch "modernizes" some of the tests to use the new-style
validation subsystem (by passing -N to ./manage.py) in anticipation to
making -N the default.Signed-off-by: Zygmunt Krynicki <email address hidden>
Looks good!
+1