Re-enable Python3 tests and fixing Py2/Py3 issues in tests.#87
Re-enable Python3 tests and fixing Py2/Py3 issues in tests.#87craigcitro merged 1 commit intogoogleapis:masterfrom
Conversation
|
I should mention that just because these tests pass does not mean the Py3 support is in good shape. On the contrary, it is really bad. For example:
Also, it seems to me that one of the reasons the tests seem slow is file I/O. There is a nontrivial amount of reading from the I don't think the people who gave Python3 support read this: |
Re-enable Python3 tests and fixing Py2/Py3 issues in tests.
|
yeah, i'm sure there's a lot to be done for better py3 support. the current support does seem to be much better than what we had before (i.e. none at all |
|
@craigcitro I am legitimately concerned with the quality of the code, not just "ew this is gross" but actual places where no one is clear on the behavior. Just my two cents. |
Partially fixes #85.
Still need to re-enable the 5 tests which make HTTP requests.