Merge lp://staging/~toykeeper/qakit/add-pt-to-html into lp://staging/qakit
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~toykeeper/qakit/add-pt-to-html |
Merge into: | lp://staging/qakit |
Diff against target: |
812 lines (+777/-0) 5 files modified
qakit/practitest/all-suites.sh (+9/-0) qakit/practitest/practitest.py (+126/-0) qakit/practitest/pt-export.py (+495/-0) qakit/practitest/scripts.js (+97/-0) qakit/practitest/style.css (+50/-0) |
To merge this branch: | bzr merge lp://staging/~toykeeper/qakit/add-pt-to-html |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Canonical Platform QA Team | Pending | ||
Review via email: mp+259446@code.staging.launchpad.net |
Commit message
Added a PractiTest suite exporter for easy viewing of cases.
Description of the change
Added a PractiTest suite exporter for easy viewing of cases.
Unmerged revisions
- 21. By Selene ToyKeeper
-
merged updates from trunk
- 20. By Selene ToyKeeper
-
Renamed pt-to-html to pt-export.
- 19. By Selene ToyKeeper
-
Added ability to filter during conversion, and to dump external IDs.
Made it easier to filter client-side html by automated status. - 18. By Selene ToyKeeper
-
Ensure row colors will still alternate after a search.
- 17. By Selene ToyKeeper
-
Added a script to export all current PT projects.
- 16. By Selene ToyKeeper
-
Small bug fix in filter function; could match strings which spanned multiple html tags.
Allowed linewrap in "domain" column.
Minor code cleaning. - 15. By Selene ToyKeeper
-
Fixed pep8 lint complaints.
(except for the ones relating to vim's indent settings
and commented-out lines of code) - 14. By Selene ToyKeeper
-
Added support for new test suite schema. Choose a schema based on project ID.
Added a count of matching tests in current view. - 13. By Selene ToyKeeper
-
Added -r / --regenerate CLI option.
PT can only export every 2 hours, so it helps to be able to control
whether the export is re-requested or not. - 12. By Selene ToyKeeper
-
Made details much wider (is its own table row, made some code more complex),
made entire row clickable to expand/collapse details,
made search filter each word individually,
added expand/collapse all links.
Probably not ready for actual merging yet, but it does function.
Mostly needs cleanup.