debian-suds-jurko/tests/testutils
Jurko Gospodnetić 9e16d24385 correct accidental test WSDL schema content
TestTransportUsage.test_operation_request_and_reply() test in the test_client.py
module used a WSDL schema that worked fine for that specific test case but did
not exactly match what the developer originally intended. Part of the WSDL's XSD
schema definition got formatted as an embedded Python bytes literal (b"...")
instead of a simple string, resulting in some extra 'b"' & '"' textual XML data.
The extra text data got ignored by suds when parsing that XSD but it was still
not intended to be there in the first place.

Added an assertion to catch cases where such a problem might try and sneak by us
again in the future.
2014-07-02 18:30:42 +02:00
..
__init__.py correct accidental test WSDL schema content 2014-07-02 18:30:42 +02:00
assertion.py reorganize tests - run on installed suds version + do not require py2to3 2014-05-17 14:08:18 +02:00
assertion__pytest_assert_rewrite_needed.py reorganize tests - run on installed suds version + do not require py2to3 2014-05-17 14:08:18 +02:00
compare_sax.py reorganize tests - run on installed suds version + do not require py2to3 2014-05-17 14:08:18 +02:00
compare_sax__pytest_assert_rewrite_needed.py reorganize tests - run on installed suds version + do not require py2to3 2014-05-17 14:08:18 +02:00
indirect_parametrize.py reorganize tests - run on installed suds version + do not require py2to3 2014-05-17 14:08:18 +02:00