SG: Remove non-implemented features from test.py
Signed-off-by: Jocelyn Jaubert <jocelyn.jaubert@gmail.com> Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
parent
7e9bad6178
commit
393abe6c1e
1 changed files with 2 additions and 2 deletions
|
|
@ -27,5 +27,5 @@ class SocieteGeneraleTest(BackendTest):
|
|||
l = list(self.backend.iter_accounts())
|
||||
if len(l) > 0:
|
||||
a = l[0]
|
||||
list(self.backend.iter_operations(a))
|
||||
list(self.backend.iter_history(a))
|
||||
#list(self.backend.iter_operations(a))
|
||||
#list(self.backend.iter_history(a))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue