mgedmin / zodbbrowser

ZODB browser
http://launchpad.net/zodbbrowser
Other
19 stars 6 forks source link

Python 3 support #20

Closed mgedmin closed 7 years ago

mgedmin commented 8 years ago

The primary blocker was my zope.testbrowser-based test suite. See https://github.com/zopefoundation/zope.testbrowser/issues/11

Now that that's resolved, I'd like to

mgedmin commented 7 years ago

I've all tests in master passing on Python 3.5 and 3.6, with https://github.com/zopefoundation/zope.server/pull/3 and https://github.com/zopefoundation/zope.app.server/pull/1.

Incidentally one of my zope.server changes was to switch from using thread to threading, which resolves issues with coverage tracking, bringing test coverage to 94%.