Merge lp:~dholbach/help-app/1428678 into lp:~ubuntu-touch-coreapps-drivers/help-app/trunk
Proposed by
Daniel Holbach
Status: | Merged |
---|---|
Merged at revision: | 85 |
Proposed branch: | lp:~dholbach/help-app/1428678 |
Merge into: | lp:~ubuntu-touch-coreapps-drivers/help-app/trunk |
Prerequisite: | lp:~dholbach/help-app/1428676 |
Diff against target: |
154 lines (+69/-18) 5 files modified
edit-here/Makefile (+1/-1) edit-here/run-tests (+3/-1) edit-here/tests/test_files.py (+6/-0) edit-here/tests/test_translations.py (+30/-0) edit-here/translations.py (+29/-16) |
To merge this branch: | bzr merge lp:~dholbach/help-app/1428678 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Core Apps Drivers | Pending | ||
Review via email:
|
To post a comment you must log in.
Some comments. Personally this also seems to fail for me. It fails in various manners on each run in test_translated _filenames_ in_markdown_ links.
make check nskaggs/ projects/ ubuntutouch/ merges/ help-app/ edit-here' files_size_ not_0 (test_files. HelpTestCase) ... ok files_size_ not_0 (test_files. HelpTestCase) ... ok line_of_ docs_is_ title_line (test_translati ons.HelpTestCas e) ... ok _filenames_ in_markdown_ links (test_translati ons.HelpTestCas e) ... FAIL
make -C edit-here check
make[1]: Entering directory '/home/
./run-tests && echo true
test_doc_
test_po_
test_first_
test_translated
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= _filenames_ in_markdown_ links (test_translati ons.HelpTestCas e) ------- ------- ------- ------- ------- ------- ------- ------- ------- nskaggs/ projects/ ubuntutouch/ merges/ help-app/ edit-here/ tests/test_ translations. py", line 27, in test_translated _filenames_ in_markdown_ links assertNotIn( link_msgid, link_msgstr)
FAIL: test_translated
-------
Traceback (most recent call last):
File "/home/
self.
AssertionError: 'basic.md' unexpectedly found in ['basic.md']
------- ------- ------- ------- ------- ------- ------- ------- ------- -------
Ran 4 tests in 0.140s
FAILED (failures=1) nskaggs/ projects/ ubuntutouch/ merges/ help-app/ edit-here/ translations. py", line 183, in __del__ nskaggs/ projects/ ubuntutouch/ merges/ help-app/ edit-here/ translations. py", line 179, in _remove_ fake_po_ file nskaggs/ projects/ ubuntutouch/ merges/ help-app/ edit-here'
Exception ignored in: <bound method PO.__del__ of <translations.PO object at 0x7fb4bbf047b8>>
Traceback (most recent call last):
File "/home/
File "/home/
AttributeError: 'NoneType' object has no attribute 'path'
Makefile:64: recipe for target 'check' failed
make[1]: *** [check] Error 1
make[1]: Leaving directory '/home/
Makefile:11: recipe for target 'check' failed
make: *** [check] Error 2