Skip to content

Commit 0abf611

Browse files
author
Shakeel Mohamed
committed
Fixed file naming convention to test_*
1 parent 1ba210d commit 0abf611

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/modularinput/scheme_test.py renamed to tests/modularinput/test_scheme.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ def test_generate_xml_from_scheme(self):
3838
"""Checks that the XML generated by a Scheme object with all its fields set and
3939
some arguments added matches what we expect."""
4040

41+
#todo: change argument constructor to take keyword args
42+
4143
scheme = Scheme("abcd")
4244
scheme.description = u"쎼 and 쎶 and <&> für"
4345
scheme.streamingMode = scheme.streamingModeSimple

0 commit comments

Comments
 (0)