update tests
This commit is contained in:
parent
9ef76bb8a7
commit
70b1c3cd0c
1 changed files with 3 additions and 4 deletions
|
|
@ -26,7 +26,6 @@ class SocieteGeneraleTest(BackendTest):
|
||||||
def test_societegenerale(self):
|
def test_societegenerale(self):
|
||||||
l = list(self.backend.iter_accounts())
|
l = list(self.backend.iter_accounts())
|
||||||
self.assertTrue(len(l) > 0)
|
self.assertTrue(len(l) > 0)
|
||||||
#if len(l) > 0:
|
a = l[0]
|
||||||
# a = l[0]
|
list(self.backend.iter_coming(a))
|
||||||
# list(self.backend.iter_coming(a))
|
list(self.backend.iter_history(a))
|
||||||
# list(self.backend.iter_history(a))
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue