Properties
Properties
- Buildable
- B30: Diff 5
- Build Plan
- Plan 2 Software Heritage Python tests
- Status
Failed
Lint
Lint
- When
- Completed at Apr 19 2016, 4:59 PM · Built for 2 s
- Status
Failed
1 | python3 -m flake8 swh bin/swh-storage-add-dir bin/swh-objstorage-fsck bin/swh-objstorage-add-dir |
---|---|
2 | swh/storage/storage.py:1070:5: E303 too many blank lines (2) |
3 | ../Makefile.python:25: recipe for target 'check' failed |
4 |
Python tests
Python tests
- When
- Completed at Apr 19 2016, 4:59 PM · Built for 2 s
- Status
Passed
1 empty logs are hidden. Show all logs.
7 | db_to_revision (test_converters.TestConverters) ... ok |
---|---|
8 | decode_with_escape (test_converters.TestConverters) ... ok |
9 | encode_with_unescape (test_converters.TestConverters) ... ok |
10 | encode_with_unescape_invalid_escape (test_converters.TestConverters) ... ok |
11 | add_bytes_w_id (test_objstorage.TestObjStorage) ... ok |
12 | add_bytes_wo_id (test_objstorage.TestObjStorage) ... ok |
13 | add_file_w_id (test_objstorage.TestObjStorage) ... ok |
14 | add_file_wo_id (test_objstorage.TestObjStorage) ... ok |
15 | check_file_and_dirs_mode (test_objstorage.TestObjStorage) ... ok |
16 | check_id_mismatch (test_objstorage.TestObjStorage) ... ok |
17 | check_missing (test_objstorage.TestObjStorage) ... ok |
18 | check_not_gzip (test_objstorage.TestObjStorage) ... ok |
19 | check_ok (test_objstorage.TestObjStorage) ... ok |
20 | contains (test_objstorage.TestObjStorage) ... ok |
21 | get_bytes (test_objstorage.TestObjStorage) ... ok |
22 | get_file_path (test_objstorage.TestObjStorage) ... ok |
23 | get_missing (test_objstorage.TestObjStorage) ... ok |
24 | iter (test_objstorage.TestObjStorage) ... ok |
25 | len (test_objstorage.TestObjStorage) ... ok |
26 | |
27 | ---------------------------------------------------------------------- |
28 | Ran 23 tests in 0.540s |
29 | |
30 | OK |
31 |
Update environment from working copy
Update environment from working copy
- When
- Completed at Apr 19 2016, 4:59 PM · Built for 14 s
- Status
Passed
1 empty logs are hidden. Show all logs.
158 | swh/web/ui/{ => views}/api.py | 0 |
---|---|
159 | swh/web/ui/{views.py => views/browse.py} | 27 +- |
160 | swh/web/ui/{ => views}/errorhandler.py | 7 +- |
161 | swh/web/ui/views/main.py | 23 ++ |
162 | 19 files changed, 949 insertions(+), 245 deletions(-) |
163 | create mode 100644 docs/Makefile |
164 | rename docs/{ => source/_static}/dependencies.dot (100%) |
165 | rename docs/{ => source/_static}/dependencies.png (100%) |
166 | create mode 100644 docs/source/conf.py |
167 | create mode 100644 docs/source/index.rst |
168 | create mode 100644 docs/source/modules.rst |
169 | create mode 100644 docs/source/swh.web.ui.rst |
170 | create mode 100644 swh/web/ui/tests/__init__.py |
171 | create mode 100644 swh/web/ui/tests/views/__init__.py |
172 | rename swh/web/ui/tests/{ => views}/test_api.py (95%) |
173 | rename swh/web/ui/tests/{test_views.py => views/test_browse.py} (93%) |
174 | create mode 100644 swh/web/ui/tests/views/test_main.py |
175 | create mode 100644 swh/web/ui/views/__init__.py |
176 | rename swh/web/ui/{ => views}/api.py (100%) |
177 | rename swh/web/ui/{views.py => views/browse.py} (98%) |
178 | rename swh/web/ui/{ => views}/errorhandler.py (90%) |
179 | create mode 100644 swh/web/ui/views/main.py |
180 | |
181 | mr update: finished (18 ok) |
182 |
Clone on Software Heritage Worker
Clone on Software Heritage Worker
- When
- Completed at Apr 19 2016, 4:59 PM · Built instantly
- Status
Passed