wesabe / fixofx

Python utility that canonicalizes various financial data file formats to OFX 2, which is an XML format and hence a lot easier for other code to deal with. It recognizes OFX 1.x, OFX 2.x, QFX, QIF, and OFC.
Apache License 2.0
101 stars 37 forks source link

Mock OFX Server tests are broken #4

Open precipice opened 13 years ago

precipice commented 13 years ago

Not sure what changed, but my Python install is different, probably newer, and I noticed that the MockOFXServer tests are failing now. No changes since they were last passing, other than the Python install (probably 2.5.something to 2.6.6 now).