Ben Kurtovic
e71e7b4ece
Update copyright years for 2015; fix whitespace in docs.
9 лет назад
Ben Kurtovic
963cb2f780
Store builder handlers in a dictionary. ~5% speedup.
10 лет назад
Ben Kurtovic
b997e4cd71
Support attributes quoted with '; add required quotes in value setter.
10 лет назад
Ben Kurtovic
8bc7ea669d
Improve test coverage; fix some node-related bugs.
* Parameters with non-integer keys can no longer be created with
showkey=False, nor have the value of this attribute be set to False
later.
* Calling Template.remove() with a Parameter object that is not part of
the template now raises ValueError instead of doing nothing.
* Added tests for HTMLEntity._unichr() being called with out-of-range
codepoints.
* Added tests for Tag.__children__() and Tag.__showtree__() involving
attributes that have no values.
10 лет назад
Ben Kurtovic
08cafc0576
Raise ParserError for internal problems. Improve coverage. Cleanup.
10 лет назад
Ben Kurtovic
1312a1fb8a
Some clean up for Python 2.6 support.
* Removed unittest2 dependency on Python >2.6.
* Moved discover_tests.py into tests/.
* tokenizer.c: Fixed errors noted by -Wshorten-64-to-32.
10 лет назад
Marcio Faustino
88c8fb88e0
Switch to `unittest2` to be able to use new features in Python 2.6.
10 лет назад
Ben Kurtovic
e5f17eea00
Update copyright notices for 2014.
10 лет назад
Ben Kurtovic
066049b46a
Update email address.
11 лет назад
Ben Kurtovic
655cdc0dab
TestBuilder.test_external_link()
11 лет назад
Ben Kurtovic
f70188daa8
Add builder and tokenizer tests for wiki-markup tags.
11 лет назад
Ben Kurtovic
8f0defa00a
Finish tag building test cases ( #9 )
11 лет назад
Ben Kurtovic
5018d9d323
Make showtag=True implicit.
11 лет назад
Ben Kurtovic
6c2898d7bd
Make {{|=}} build correctly; add a test for this.
11 лет назад
Ben Kurtovic
6450814729
Remove 'type' attribute from tags; rework tag definitions.
11 лет назад
Ben Kurtovic
81954c50ac
Removing a useless, skipped test.
11 лет назад
Ben Kurtovic
1b4c01b4c0
Implement assertTagNodeEqual(), start test_tag(), add to tags.mwtest.
11 лет назад
Ben Kurtovic
3fe629f541
Condense usage of wrap([Text("foo")]) to just wraptext("foo").
11 лет назад
Ben Kurtovic
7853e20745
Move wrap() and wraptext() TO _test_tree_equality.
11 лет назад
Ben Kurtovic
2d9b8a39b6
test_integration2(); finish TestBuilder
11 лет назад
Ben Kurtovic
094e867ee6
Add test_integration(); add a horrible abuse of PEP8
11 лет назад
Ben Kurtovic
132c6584d0
test_heading() and test_comment()
11 лет назад
Ben Kurtovic
e9463543f4
test_html_entity()
11 лет назад
Ben Kurtovic
7289d8c070
test_wikilink(); fix indentation
11 лет назад
Ben Kurtovic
e32a6692f8
test_argument()
11 лет назад
Ben Kurtovic
b8e8d057ab
Finish test_template()
11 лет назад
Ben Kurtovic
cb23587ab6
Adding some Builder tests
11 лет назад
Ben Kurtovic
404b4479a2
Implement the remaining asserts in TreeEqualityTestCase.
11 лет назад
Ben Kurtovic
892092434f
Skeleton for TestBuilder; adding some nodes to TreeEqualityTestCase.
11 лет назад
Ben Kurtovic
88201ecb54
Adding TestTokens.
Add from __future__ import unicode_literals to a few files.
11 лет назад
Ben Kurtovic
fb7567d6d0
Some empty testcases.
11 лет назад
Ben Kurtovic
cd5cc6a7d0
Update copyright notices for 2013.
11 лет назад
Ben Kurtovic
816207bb5a
Simplify docs massively.
12 лет назад
Ben Kurtovic
aeb214acb5
Document compat, nodes.extras, Attribute, Parameter
12 лет назад
Ben Kurtovic
3633f31633
Relaive imports because they are awesome; more stuff in SmartList.
12 лет назад
Ben Kurtovic
fca7e9dd80
Implement Heading, HTMLTag, HTMLTagAttribute, plus some fixes.
12 лет назад
Ben Kurtovic
e4fd6ef127
Updating with a more logical project structure.
12 лет назад
Ben Kurtovic
4cb3506820
Update copyright notice; some additions.
12 лет назад
Ben Kurtovic
9d1e77000c
A bunch of updates from the past weeks.
12 лет назад
Ben Kurtovic
a880ff8bf2
mwtemplateparserfromhell -> mwparserfromhell; some additions; still incomplete
12 лет назад
Ben Kurtovic
ce8adf4b2e
Initial commit
12 лет назад