mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add another test for a amazon.com.br
This commit is contained in:
parent
fbaa69f74e
commit
860d1613bf
@ -1827,10 +1827,14 @@ def manual_tests(domain, **kw): # {{{
|
||||
] # }}}
|
||||
|
||||
all_tests['br'] = [ # {{{
|
||||
(
|
||||
{'title': 'A Ascensão da Sombra'},
|
||||
[title_test('A Ascensão da Sombra'), authors_test(['Robert Jordan'])]
|
||||
),
|
||||
|
||||
(
|
||||
{'title': 'Guerra dos Tronos'},
|
||||
[title_test('A Guerra dos Tronos - As Crônicas de Gelo e Fogo',
|
||||
exact=True), authors_test(['George R. R. Martin'])
|
||||
[title_test('A Guerra dos Tronos. As Crônicas de Gelo e Fogo - Livro 1'), authors_test(['George R. R. Martin'])
|
||||
]
|
||||
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user