335fed689d
Last few tests with bad imports
2017-05-08 12:04:14 -07:00
baa09a7dd6
Mock comes with Python as of 3.3, and I don't think there is anyone using lower than 3.3, so let's use Python's mock directly now
2017-04-23 22:17:55 -07:00
Philip Ridout
a3146d7a2c
PEP Fixes
2017-04-03 21:28:16 +01:00
Philip Ridout
53b210d9cd
Changeged 'combined' bible verses and made a seperate 'saved' list
2017-03-31 19:41:38 +01:00
Philip Ridout
162c178d6e
HEAD
2017-02-18 07:23:15 +00:00
Tim Bentley
74ca42e220
Yet another year goes by
2016-12-31 11:01:36 +00:00
Philip Ridout
d9ccd966d8
Pep fixes
2016-12-18 18:47:54 +00:00
Philip Ridout
849bbd2c51
Pep fixes
2016-12-18 18:42:28 +00:00
Philip Ridout
a11e731ab0
Tests
2016-12-18 14:05:10 +00:00
Philip Ridout
61c76c39e6
Tests
2016-12-18 14:01:05 +00:00
d0ed37e1d5
Move contents of html files into actual html files
2016-11-25 16:17:34 +02:00
826bfd02dd
Add a WordProject Bible importer
2016-11-24 23:48:51 +02:00
Philip Ridout
94fca706ff
Move no results functionality to the ListWidgetWithDnD
2016-11-10 07:09:04 +00:00
Philip Ridout
87fede54dc
Fixes #1623711*
2016-11-01 19:17:57 +00:00
Olli Suutari
a7b4d001c7
- Merged trunk and fixed conflict.
2016-10-17 20:40:45 +03:00
Olli Suutari
97d828af43
- Added pip's fix for sword test
2016-10-04 16:48:54 +03:00
Olli Suutari
3c733ddd20
- Merged trunk on 4.10.16
2016-10-04 16:39:14 +03:00
Olli Suutari
ff2e1d1ea7
- The checking for not_called_once does not work apparently, fails in jenkins but passes in nosetests.
2016-09-18 02:07:24 +03:00
Olli Suutari
190baf19d5
- Added two new tests for lock button toggle.
2016-09-18 01:53:47 +03:00
Olli Suutari
09da152372
- Added a test for toggle lock button
...
- Removed give focus to Select bookname on Select tab, may be confusing.
2016-09-17 00:43:30 +03:00
Olli Suutari
ba3b2396e7
- Merged trunk on 16.9.16
2016-09-16 22:54:25 +03:00
Philip Ridout
2dd770ea11
PEP fixes
2016-09-09 22:47:29 +01:00
Olli Suutari
a99bd8603f
- Combined some <strong> tags in expection dialogue.
...
- Added new line to the end of the test.
2016-09-09 10:57:11 +03:00
Olli Suutari
359dded22a
- Fixed the test
2016-09-09 10:51:19 +03:00
Philip Ridout
4a71bda0d1
More BibleImport tests
2016-09-05 21:27:14 +01:00
Philip Ridout
223b198dc8
Moved some import related stuff out of the db module
2016-09-04 22:16:43 +01:00
Philip Ridout
80cdc35433
Move already refactored imorters over to using the log methods in OpenLPMixin
2016-09-04 17:15:57 +01:00
Philip Ridout
6fc1467c5a
PEP fixes
2016-09-02 15:32:14 +01:00
Philip Ridout
14187f4884
Mostly refactors of OSIS + tests
2016-09-02 15:23:20 +01:00
Philip Ridout
628027ffc8
Moved validate_xml in to bible import and improved operation. More tests
2016-08-29 17:11:09 +01:00
Philip Ridout
e91b87da8c
Start on osis importer. Some further improvements of other importers
2016-08-28 22:03:04 +01:00
Philip Ridout
28d94b7d10
moved some static methods to module level
2016-08-21 21:36:59 +01:00
Philip Ridout
894b4fbf10
revert changes to http.py due to circular references
2016-08-20 21:00:50 +01:00
Olli Suutari
8224e39a2c
- Added test
2016-08-20 22:14:15 +03:00
Olli Suutari
685c01ec25
- Renamed test title from x_test to test_x
2016-08-20 21:59:31 +03:00
Philip Ridout
7c77d7e8bd
Refactor of OpenSong Bible importer + 100% test coverage
2016-08-20 19:12:42 +01:00
Olli Suutari
b5c4cb1f85
- pep8 fix (2x blank line)
2016-08-20 01:53:20 +03:00
Olli Suutari
345978286b
- Added a test.
2016-08-20 01:49:51 +03:00
Philip Ridout
46b6d041cd
Opensong refactors and tests
2016-08-18 07:31:36 +01:00
Philip Ridout
6ab2686b09
Modify CSV Importer and test to give 100% coverage!
2016-08-16 21:36:21 +01:00
Philip Ridout
f08d0c28a5
further bible refactors
2016-08-14 11:00:27 +01:00
Philip Ridout
83b30799ca
finished up with tests
2016-08-11 20:34:55 +01:00
Philip Ridout
9d43344a92
pep fixes
2016-08-09 21:56:04 +01:00
Philip Ridout
f1b25ef503
Moved importers in to dedicated directory
2016-08-09 21:45:25 +01:00
Philip Ridout
a0882bd523
Refactor csv importer
2016-08-08 21:02:18 +01:00
Philip Ridout
a78c3d67e7
head
2016-08-08 19:11:32 +01:00
suutari.olli@gmail.com
fb105f2e0b
This branch introduces following improvements to Quick Bible search:
...
- Combined Reference/Text search which first performs the Reference
search and then moves to Text search if nothing is found.
- Added Search while typing functionality for Quick Bible search
- Possibility to use “.” when shortening Book names in Reference search.
For an example Gen. 1 = Gen 1 = Genesis 1.
- New/Improved error messages
(E.g. added actual example verses to Reference error)
- 3 New settings for controllin...
bzr-revno: 2686
Fixes: https://launchpad.net/bugs/1591480
2016-08-07 19:33:46 +01:00
Philip Ridout
1abcff7519
PEP fixes
2016-08-07 12:20:53 +01:00
Philip Ridout
a4d6120bd4
Refactor xml parsing and language detection out in to a bible importer class
2016-08-07 11:15:43 +01:00
Philip Ridout
d9d740ad8b
Style fixes
2016-08-03 21:10:41 +01:00
Philip Ridout
db00a3980f
Missed tests
2016-08-03 20:56:53 +01:00
Philip Ridout
60767c8ce4
Fixes bug #917164 . A start on refactoring bibles
2016-08-03 18:26:10 +01:00
suutari-olli
7c74b50318
- Code cleanup (Removed 2 un-required empty rows)
2016-06-15 00:55:37 +03:00
suutari-olli
db003d7ec6
- Merged trunk on 14.6.16
...
To do?
- Add clear search results button for locked Bible search results
- Prevent duplicated search results on "Lock search results"
2016-06-14 23:54:36 +03:00
suutari-olli
9990472586
- Merged trunk on 5.6.16
...
- Removed some additional error messages from "Search while typing"
(Count verses not found in both bibles, no Bibles installed)
2016-06-05 15:15:51 +03:00
Ian Knight
47da0a1c8b
Fixed PEP8 Errors
2016-06-02 20:02:34 +09:30
ec8ace4929
Fixed up some issues and refactored a method that wasn't actually a test.
2016-06-02 01:14:58 +02:00
672b8334fa
Initial attempt to move to nose2
2016-05-31 23:40:13 +02:00
d52cebdfca
Update strings in alerts and bible plugins to python3
2016-05-21 01:31:24 -07:00
suutari-olli
09a084be18
- Removed un-needed import that was added earlier
...
- Pep8 fixes
2016-04-30 03:07:36 +03:00
suutari-olli
10c4118583
Added a test for checking that all the general required stuff is called on quick search.
2016-04-30 02:58:07 +03:00
suutari-olli
aa2720da40
Merged trunk on 28.4.16, removed broken test.
2016-04-28 23:12:34 +03:00
suutari-olli
0217ecae2b
Commit for merging trunk.
...
This also has a broken test.
2016-04-28 19:28:45 +03:00
Tomas Groth
89ce4131e7
Skip pysword tests is pysword isn't installed.
2016-04-20 21:29:04 +02:00
Tomas Groth
6f975654cc
Added tests.
2016-04-15 22:34:20 +02:00
734bf4ffc4
Fix some BeautifulSoup warnings about parsers.
2016-02-04 22:17:40 +02:00
Tim Bentley
3a8b068af8
Year older
2015-12-31 22:46:06 +00:00
Jonathan Springer
7af1ca1d49
Migrate to PyQt5
2015-11-06 19:49:40 -05:00
Tomas Groth
25ce352047
Fix traceback in OSIS import on empty verse tag.
2015-07-04 23:19:13 +01:00
Tomas Groth
0617ce3dc9
trunk
2015-02-16 21:02:58 +00:00
Tomas Groth
81de433df4
Added test for csvbible import
2015-02-13 23:01:07 +00:00
Tomas Groth
5b717db63a
Make Zefania import guess book from number if name is unavailable. Fixes bug 1417033.
...
Fixes: https://launchpad.net/bugs/1417033
2015-02-02 20:40:31 +00:00
Phill Ridout
e7793fc9fa
Pep fixes
2015-01-20 21:45:37 +00:00
Phill Ridout
7fda8043f5
Improve translation string
...
Fixes: https://launchpad.net/bugs/1412234
2015-01-20 21:38:34 +00:00
ffcea13021
Updated the copyright.
2015-01-18 15:39:21 +02:00
Phill Ridout
3cafbfd0ed
Typo in comments fixed
2015-01-02 11:54:42 +00:00
Phill Ridout
9fef267fd3
Changed the year
2015-01-02 11:42:17 +00:00
Phill Ridout
b9f09142ed
HEAD
2015-01-02 11:40:51 +00:00
Tim Bentley
f3c09af379
Years go by
2014-12-31 10:58:13 +00:00
Phill Ridout
52c7d89706
removal of util function
2014-12-30 11:23:01 +00:00
Phill Ridout
19cb16d65b
Moved 'eliding' code to a sublass of qlabel to enable the text to be rendrawn when resized
2014-12-30 11:21:06 +00:00
Phill Ridout
3cf2a21ca2
fix tests
2014-12-30 09:03:35 +00:00
Phill Ridout
4a9a7f2829
adds tests for bible media item
2014-12-19 22:02:45 +00:00
Tomas Groth
7fecaa1d70
Added language detection when importing
...
Fixes: https://launchpad.net/bugs/1214875
2014-08-27 15:10:33 +02:00
Tomas Groth
71a1b26e1c
Changed test desciption.
2014-08-24 16:14:29 +01:00
Tomas Groth
3101d72b48
Rewrote OSIS import, added tests.
2014-08-24 15:40:45 +01:00
Tomas Groth
254acf4601
trunk
2014-08-24 15:37:51 +01:00
Tomas Groth
c0b167ca78
Added tests for import of OpenSong bible format
2014-05-21 11:30:36 +02:00
Tomas Groth
4039cf1103
More tests
2014-05-20 23:54:18 +02:00
Tomas Groth
58179f8d83
Tests
2014-05-20 20:41:07 +02:00
Tomas Groth
37f04c5199
Added simple tests.
2014-05-14 22:53:43 +02:00
Samuel Mehrbrodt
dd4e2c8d61
More PEP8
2014-04-16 21:59:34 +02:00
Stefan Strasser
5e1a7ce767
replaced all occurrences of the deprecated alias assertEquals() with assertEqual()
2014-04-15 07:28:51 +02:00
Tim Bentley
c38c576f94
test fixes
2014-04-02 19:51:21 +01:00
Tim Bentley
22e9d6d1a9
Head
2014-03-17 07:14:51 +00:00
Tim Bentley
85111766d5
Migrate tests and add copyright
2014-03-14 22:08:44 +00:00
Tim Bentley
6935adde29
Yet more tests
2014-03-11 20:10:46 +00:00
Tim Bentley
6d8b5cadb4
Lib cleanup and 2014
2013-12-24 08:56:50 +00:00
Philip Ridout
f5573502f3
HEAD
2013-11-16 21:24:18 +00:00
316f33c058
Change the indentation back to 4
2013-10-02 23:37:00 +02:00