madduck's git repository
Every one of the projects in this repository is available at the canonical
URL git://git.madduck.net/madduck/pub/<projectpath> — see
each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
SSH access, as well as push access can be individually
arranged.
If you use my repositories frequently, consider adding the following
snippet to ~/.gitconfig and using the third clone URL listed for each
project:
[url "git://git.madduck.net/madduck/"]
insteadOf = madduck:
)
self.assertEqual(
unstyle(str(report)),
)
self.assertEqual(
unstyle(str(report)),
- "2 files reformatted, 1 file left unchanged, "
- "1 file failed to reformat.",
+ "2 files reformatted, 1 file left unchanged, 1 file failed to"
+ " reformat.",
)
self.assertEqual(
unstyle(str(report)),
)
self.assertEqual(
unstyle(str(report)),
- "2 files reformatted, 2 files left unchanged, "
- "2 files failed to reformat.",
+ "2 files reformatted, 2 files left unchanged, 2 files failed to"
+ " reformat.",
items=items[:num_items]
)
return (
items=items[:num_items]
)
return (
- "Utterly failed doctest test for %s\n"
- ' File "%s", line %s, in %s\n\n%s'
+ 'Utterly failed doctest test for %s\n File "%s", line %s, in %s\n\n%s'
% (test.name, test.filename, lineno, lname, err)
)
% (test.name, test.filename, lineno, lname, err)
)
key8: value8,
key9: value9,
}, (
key8: value8,
key9: value9,
}, (
- "Not what we expected and the message is too long to fit "
- "in one line because it's too long"
+ "Not what we expected and the message is too long to fit in one line"
+ " because it's too long"
)
dis_c_instance_method = """\
)
dis_c_instance_method = """\