add icons and fix tests
This commit is contained in:
parent
bfe39958bd
commit
b615887c0f
4 changed files with 7 additions and 2 deletions
BIN
icons/comparoob.png
Normal file
BIN
icons/comparoob.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6 KiB |
BIN
modules/cmb/favicon.png
Normal file
BIN
modules/cmb/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
|
|
@ -21,7 +21,12 @@
|
||||||
from weboob.tools.test import BackendTest
|
from weboob.tools.test import BackendTest
|
||||||
|
|
||||||
class CreditMutuelTest(BackendTest):
|
class CreditMutuelTest(BackendTest):
|
||||||
BACKEND = 'crmut'
|
BACKEND = 'creditmutuel'
|
||||||
|
|
||||||
def test_crmut(self):
|
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))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
BIN
modules/fortuneo/favicon.png
Normal file
BIN
modules/fortuneo/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue