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 години