Properties
Properties
- Buildable
- B396: Diff 351
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Passed
Lint
Lint
- When
- Completed at Aug 19 2016, 4:09 PM · Built for 4 s
- Status
Passed
1 empty logs are hidden. Show all logs.
1 | python3 -m flake8 swh bin/swh-web-ui-dev |
---|---|
2 |
Python tests
Python tests
- When
- Completed at Aug 19 2016, 4:09 PM · Built for 3 s
- Status
Passed
1 empty logs are hidden. Show all logs.
287 | enrich_revision_context_some_prev_list (ui.tests.test_utils.UtilsTestCase) ... ok |
---|---|
288 | enrich_revision_no_context (ui.tests.test_utils.UtilsTestCase) ... ok |
289 | enrich_revision_with_children_and_parent_no_dir (ui.tests.test_utils.UtilsTestCase) ... ok |
290 | enrich_revision_with_invalid_message (ui.tests.test_utils.UtilsTestCase) ... ok |
291 | enrich_revision_with_no_message (ui.tests.test_utils.UtilsTestCase) ... ok |
292 | enrich_revision_without_children_or_parent (ui.tests.test_utils.UtilsTestCase) ... ok |
293 | filter_endpoints_1 (ui.tests.test_utils.UtilsTestCase) ... ok |
294 | filter_endpoints_2 (ui.tests.test_utils.UtilsTestCase) ... ok |
295 | filter_field_keys_dict (ui.tests.test_utils.UtilsTestCase) ... ok |
296 | filter_field_keys_dict_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
297 | filter_field_keys_list (ui.tests.test_utils.UtilsTestCase) ... ok |
298 | filter_field_keys_list_unknown_keys (ui.tests.test_utils.UtilsTestCase) ... ok |
299 | filter_field_keys_other (ui.tests.test_utils.UtilsTestCase) ... ok |
300 | fmap (ui.tests.test_utils.UtilsTestCase) ... ok |
301 | parse_timestamp (ui.tests.test_utils.UtilsTestCase) ... ok |
302 | person_to_string (ui.tests.test_utils.UtilsTestCase) ... ok |
303 | prepare_data_for_view (ui.tests.test_utils.UtilsTestCase) ... ok |
304 | prepare_data_for_view_default_encoding (ui.tests.test_utils.UtilsTestCase) ... ok |
305 | prepare_data_for_view_ko_cannot_decode (ui.tests.test_utils.UtilsTestCase) ... ok |
306 | |
307 | ---------------------------------------------------------------------- |
308 | Ran 305 tests in 1.290s |
309 | |
310 | OK |
311 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Aug 19 2016, 4:09 PM · Built for 10 s
- Status
Passed
110 | Fast-forward |
---|---|
111 | swh/web/ui/apidoc.py | 279 ++++++++++++++++--- |
112 | swh/web/ui/backend.py | 14 +- |
113 | swh/web/ui/converters.py | 4 +- |
114 | swh/web/ui/main.py | 20 +- |
115 | swh/web/ui/renderers.py | 198 ++++++------- |
116 | swh/web/ui/service.py | 4 +- |
117 | swh/web/ui/templates/api.html | 207 +------------- |
118 | swh/web/ui/templates/apidoc.html | 84 ++++++ |
119 | swh/web/ui/templates/origin.html | 2 +- |
120 | swh/web/ui/tests/test_apidoc.py | 299 ++++++++++++++++++++ |
121 | swh/web/ui/tests/test_app.py | 13 +- |
122 | swh/web/ui/tests/test_backend.py | 14 +- |
123 | swh/web/ui/tests/test_renderers.py | 270 +++++++++--------- |
124 | swh/web/ui/tests/test_service.py | 3 +- |
125 | swh/web/ui/tests/views/test_browse.py | 20 ++ |
126 | swh/web/ui/views/api.py | 511 +++++++++++++++++----------------- |
127 | swh/web/ui/views/browse.py | 15 +- |
128 | swh/web/ui/views/errorhandler.py | 8 +- |
129 | 18 files changed, 1206 insertions(+), 759 deletions(-) |
130 | create mode 100644 swh/web/ui/templates/apidoc.html |
131 | create mode 100644 swh/web/ui/tests/test_apidoc.py |
132 | |
133 | mr update: finished (19 ok; 1 failed) |
134 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Aug 19 2016, 4:09 PM · Built instantly
- Status
Passed