We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba210d commit 0abf611Copy full SHA for 0abf611
tests/modularinput/scheme_test.py renamed to tests/modularinput/test_scheme.py
@@ -38,6 +38,8 @@ def test_generate_xml_from_scheme(self):
38
"""Checks that the XML generated by a Scheme object with all its fields set and
39
some arguments added matches what we expect."""
40
41
+ #todo: change argument constructor to take keyword args
42
+
43
scheme = Scheme("abcd")
44
scheme.description = u"쎼 and 쎶 and <&> für"
45
scheme.streamingMode = scheme.streamingModeSimple
0 commit comments