openlp/tests/functional
alisonken1@gmail.com 907e1df129 - Update string format to Python3 style
- Added projector multiple lamp values test
- Updated strings for translation (they should all be ok now)
- Fix merge conflicts (projector_pjlink1 and projector_ui tests)

Convert string format from Python2
     '%s %s' % (value1, value2)
to Python3
     '{key1} {key2}'.format(key1=value1, key2=value2)

Jenkins down - local pep8 and tests (except windows tests) passed.

Previous Jenkins test:
--------------------------------
lp:~alisonken1/openlp/string...

bzr-revno: 2650
2016-04-23 14:48:27 +01:00
..
openlp_core fix tests 2016-03-31 17:24:44 +01:00
openlp_core_common head 2016-04-17 19:48:50 +01:00
openlp_core_lib - Update string format to Python3 style 2016-04-23 14:48:27 +01:00
openlp_core_ui Finish moving things around 2016-04-23 14:46:59 +01:00
openlp_core_ui_lib tests 2016-04-22 19:35:23 +01:00
openlp_core_ui_media vlc tests pass 2016-04-07 19:14:10 +01:00
openlp_plugins head 2016-04-21 17:27:04 +01:00
__init__.py Fix tag detection. Fixes bug 1549549. 2016-03-22 22:08:56 +01:00
test_init.py Year older 2015-12-31 22:46:06 +00:00