Open
Bug 1501690
Opened 6 years ago
Use keyword arguments when calling self._test()
Categories
(Localization Infrastructure and Tools :: compare-locales, enhancement)
Localization Infrastructure and Tools
compare-locales
Tracking
(Not tracked)
NEW
People
(Reporter: stas, Unassigned)
Details
Right now I'm struggling to remember what each test helper takes as arguments to _test(). Could we use keyword arguments to make that self-explanatory, please?
self._test(
old_content="",
new_data={},
expected="...")
You need to log in
before you can comment on or make changes to this bug.
Description
•