mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-26 12:07:05 +01:00
...
This commit is contained in:
parent
62805ec264
commit
3a299104fa
1 changed files with 2 additions and 1 deletions
|
|
@ -205,7 +205,8 @@ def test_searching(self): # {{{
|
|||
'rating:3', 'rating:>2', 'rating:=2', 'rating:true',
|
||||
'rating:false', 'rating:>4', 'tags:#<2', 'tags:#>7',
|
||||
'cover:false', 'cover:true', '#float:>11', '#float:<1k',
|
||||
'#float:10.01', 'series_index:1', 'series_index:<3',
|
||||
'#float:10.01', 'series_index:1', 'series_index:<3', 'id:1',
|
||||
'id:>2',
|
||||
|
||||
# TODO: Tests for searching the size column and
|
||||
# cover:true|false
|
||||
|
|
|
|||
Loading…
Reference in a new issue