add icons and fix tests

This commit is contained in:
Romain Bignon 2012-05-12 15:47:20 +02:00
commit b615887c0f
4 changed files with 7 additions and 2 deletions

BIN
icons/comparoob.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB

BIN
modules/cmb/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View file

@ -21,7 +21,12 @@
from weboob.tools.test import BackendTest
class CreditMutuelTest(BackendTest):
BACKEND = 'crmut'
BACKEND = 'creditmutuel'
def test_crmut(self):
list(self.backend.iter_accounts())
l = list(self.backend.iter_accounts())
if len(l) > 0:
a = l[0]
list(self.backend.iter_history(a))

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB