Closed rodrigc closed 6 years ago
What test?
The test is txkube.test.test_swagger.SwaggerTests.test_string_int_or_string
test_swagger doesn't run on Python 3 yet, it seems, so I guess I shouldn't be looking at this.
Well I am providing incremental fixes to get towards Python 3, that are smaller for you to review and merge. There are a lot of interrelated fixes required to get test_swagger to work.
I got test_swagger to pass on Python 3 in this branch: https://github.com/LeastAuthority/txkube/pull/142
but there are a lot of interrelated fixes in there that haven't been merged, so I am submitting smaller fixes to get us to Python 3 tests working.
So far, this is not easier to review.
If I combine these two patches:
https://github.com/LeastAuthority/txkube/pull/156 https://github.com/LeastAuthority/txkube/pull/165
into one patch, then I can get 34 out of 36 test_swagger tests passing on Python 3, versus zero now.
Do you want me to submit a single pull request with those two patches combined?
Moving patch to different pull request: https://github.com/LeastAuthority/txkube/pull/166
Use long() instead of long literal to fix test on Python 3.