fixes on fortuneo module

backend.py
    iter_history() implemented
  browser.py
    '.*/prive/default\.jsp.*' page added to AccountsList to prevent warnings
    full url on self.location() using 'https://' + self.DOMAIN_LOGIN + 'stuff'
  pages/accounts_list.py
    added unicode() to prevent warnings
  test.py
    test really implemented after site maintenance
This commit is contained in:
sputnick 2012-04-22 18:48:25 +02:00
commit 507c9d2c80
4 changed files with 13 additions and 13 deletions

View file

@ -73,10 +73,6 @@ class FortuneoBackend(BaseBackend, ICapBank):
else:
raise AccountNotFound()
def iter_coming(self, account):
"""Iter coming transactions on a specific account Not supported yet"""
raise NotImplementedError()
def iter_history(self, account):
"""Iter history of transactions on a specific account"""