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年前