flatson icon indicating copy to clipboard operation
flatson copied to clipboard

Fix tests to work in Python 3

Open eliasdorneles opened this issue 8 years ago • 0 comments

The production code already works in Python 3, but the tests don't -- mainly because of the skinfer (which has a PY3 port in the way).

We don't really need skinfer, we only use schema generatrion to make it easy to build test fixtures.

Writing the schemas manually is a bit of a PITA, so it would be nice to find an alternative that works in all Python versions.

eliasdorneles avatar Sep 26 '15 05:09 eliasdorneles