openlp/tests/functional
Ken Roberts f6cb085b0d "- Update string format to Python3 style
- Added projector lamp values test

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

--------------------------------
lp:~alisonken1/openlp/strings_projector_pjlink (revision 2642)
[SUCCESS] https://ci.openlp.io/job/Branch-01-Pull/1442/
[SUCCESS] https://ci.openlp.io/job/Branch-02-Functional-Tests/1359/
[SUCCESS] https://ci.openlp.io/job/Branch-03-Interface-Tests/1297/
..."

bzr-revno: 2645
2016-04-17 17:33:08 +02:00
..
openlp_core fix tests 2016-03-31 17:24:44 +01:00
openlp_core_common pep8 2016-04-05 21:14:50 +01:00
openlp_core_lib Convert strings to format() method 2016-04-16 01:08:45 -07:00
openlp_core_ui Allows users to change the automatic scrolling behaviour for when a new slide is selected. 2016-04-16 22:01:22 +01:00
openlp_core_ui_media vlc tests pass 2016-04-07 19:14:10 +01:00
openlp_plugins fix tests 2016-04-13 19:48:46 +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