swift/test/functional
Tim Burke 8b519d1abc Clean up func tests ahead of py3
- ConfigParser.set() requires that the value be a string
- The stdlib HTTP client responses don't have a body property
- We might raise a ResponseError with response=None
- Bodies should be bytes
- Headers should be strings
- Make containers()/files() return native strings
- file() isn't a thing on py3
- format should be a parm, not a header
- Switch sorted() to use key instead of cmp
- Use integer division explicitly

Change-Id: I99d3eebc9d7ec4e8b295352294b831492135c568
2019-03-01 16:10:53 -08:00
..
2019-03-01 16:10:53 -08:00
2019-03-01 16:10:53 -08:00