Ben Kurtovic
|
a7dda77474
|
Template.has_param() -> Template.has()
|
il y a 11 ans |
Ben Kurtovic
|
2f3edde57a
|
Add a matches() method to Wikicode.
|
il y a 11 ans |
Ben Kurtovic
|
02e52185f4
|
Wikicode's filter() methods now passed recursive=True instead of False.
This is a breaking change for those who rely on default behavior.
|
il y a 11 ans |
Ben Kurtovic
|
1b69b5e882
|
Moving compat stuff exclusively for unit tests to its own file.
|
il y a 11 ans |
Ben Kurtovic
|
7f87a1c4b3
|
Apply bugfixes so that some tests pass on Python 3.
- Skip CTokenizer tests if CTokenizer is not available.
- TestStringMixin: Don't make assumptions about default encoding.
- Add urllib stuff to mwparserfromhell.compat.
- Fix compat.py's line endings.
- gen.next() -> next(gen)
- assert*Equals() -> assert*Equal()
|
il y a 11 ans |
Ben Kurtovic
|
5ca6f6c755
|
Skip test_readme_5() if web query fails.
|
il y a 11 ans |
Ben Kurtovic
|
34b85a93cd
|
Cosmetic change: standardize whitespace after class definition.
|
il y a 11 ans |
Ben Kurtovic
|
d500f8972e
|
Add a few more tests; use assert*(expected, actual) instead of opposite.
|
il y a 11 ans |
Ben Kurtovic
|
713b83a4d9
|
Added a metric ton of template tests; adjustments; docstrings.
|
il y a 11 ans |
Ben Kurtovic
|
28b124a96c
|
Restarting work on unit tests with a test covering doc examples.
|
il y a 11 ans |