fixes on fortuneo module
browser.py:
added condition on login page
test in home removed
pages/accounts_list.py
code refactor
BrokenPageError is thrown if the <tr> table is void
cosmetic changes
added a TODO for FrenchTransaction implementation
not needed code lines deleted
list concatenation in a smarter way
pages/login.py
BrowserUnavailable() implemented to throw an exception when the site is in maintenance
smarter list concatenation
test.py
working test (was not really implemented)
This commit is contained in:
parent
d9c8e9ccdb
commit
cd5f29a0f9
4 changed files with 27 additions and 24 deletions
|
|
@ -29,6 +29,3 @@ class FortuneoTest(BackendTest):
|
|||
a = l[0]
|
||||
list(self.backend.iter_coming(a))
|
||||
list(self.backend.iter_history(a))
|
||||
|
||||
# vim:ts=4:sw=4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue