Resolved various warnings, upgrade bootstrap3

This commit is contained in:
Raphael Michel
2016-09-27 10:49:39 +02:00
parent 3e318d0dcf
commit efc6b6e480
9 changed files with 79 additions and 78 deletions

View File

@@ -67,7 +67,7 @@ Buchungstag;Valuta;Buchungstext;Auftraggeber / Empfänger;Verwendungszweck;Betra
r = client.post('/control/event/dummy/dummy/banktransfer/import/', {
'file': file
})
doc = BeautifulSoup(r.content)
doc = BeautifulSoup(r.content, "lxml")
assert r.status_code == 200
assert len(doc.select("input[name=date]")) > 0
data = {