'ls' and 'history' boobank commands implemented for the new backend fortuneo

This commit is contained in:
sputnick 2012-04-20 23:58:18 +02:00 committed by Romain Bignon
commit d9c8e9ccdb
6 changed files with 155 additions and 267 deletions

View file

@ -29,3 +29,6 @@ class FortuneoTest(BackendTest):
a = l[0]
list(self.backend.iter_coming(a))
list(self.backend.iter_history(a))
# vim:ts=4:sw=4