annotate test/__init__.py @ 5651:a02ef29b4242

Fix REST tests for Python 3. FieldStorage requires a file storing bytes not strings. With dispatch returning bytes (as required to work end-to-end), tests of the dispatch method that use its return value must handle decoding it.
author Joseph Myers <jsm@polyomino.org.uk>
date Sun, 17 Mar 2019 16:41:49 +0000
parents f63aa57386b0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1873
f63aa57386b0 Backend improvements.
Richard Jones <richard@users.sourceforge.net>
parents: 1797
diff changeset
1 # make this dir a package

Roundup Issue Tracker: http://roundup-tracker.org/