Ben Kurtovic
e71e7b4ece
Update copyright years for 2015; fix whitespace in docs.
pirms 9 gadiem
Ben Kurtovic
963cb2f780
Store builder handlers in a dictionary. ~5% speedup.
pirms 10 gadiem
Ben Kurtovic
b997e4cd71
Support attributes quoted with '; add required quotes in value setter.
pirms 10 gadiem
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.
pirms 10 gadiem
Ben Kurtovic
08cafc0576
Raise ParserError for internal problems. Improve coverage. Cleanup.
pirms 10 gadiem
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.
pirms 10 gadiem
Marcio Faustino
88c8fb88e0
Switch to `unittest2` to be able to use new features in Python 2.6.
pirms 10 gadiem
Ben Kurtovic
e5f17eea00
Update copyright notices for 2014.
pirms 10 gadiem
Ben Kurtovic
066049b46a
Update email address.
pirms 11 gadiem
Ben Kurtovic
655cdc0dab
TestBuilder.test_external_link()
pirms 11 gadiem
Ben Kurtovic
f70188daa8
Add builder and tokenizer tests for wiki-markup tags.
pirms 11 gadiem
Ben Kurtovic
8f0defa00a
Finish tag building test cases ( #9 )
pirms 11 gadiem
Ben Kurtovic
5018d9d323
Make showtag=True implicit.
pirms 11 gadiem
Ben Kurtovic
6c2898d7bd
Make {{|=}} build correctly; add a test for this.
pirms 11 gadiem
Ben Kurtovic
6450814729
Remove 'type' attribute from tags; rework tag definitions.
pirms 11 gadiem
Ben Kurtovic
81954c50ac
Removing a useless, skipped test.
pirms 11 gadiem
Ben Kurtovic
1b4c01b4c0
Implement assertTagNodeEqual(), start test_tag(), add to tags.mwtest.
pirms 11 gadiem
Ben Kurtovic
3fe629f541
Condense usage of wrap([Text("foo")]) to just wraptext("foo").
pirms 11 gadiem
Ben Kurtovic
7853e20745
Move wrap() and wraptext() TO _test_tree_equality.
pirms 11 gadiem
Ben Kurtovic
2d9b8a39b6
test_integration2(); finish TestBuilder
pirms 11 gadiem
Ben Kurtovic
094e867ee6
Add test_integration(); add a horrible abuse of PEP8
pirms 11 gadiem
Ben Kurtovic
132c6584d0
test_heading() and test_comment()
pirms 11 gadiem
Ben Kurtovic
e9463543f4
test_html_entity()
pirms 11 gadiem
Ben Kurtovic
7289d8c070
test_wikilink(); fix indentation
pirms 11 gadiem
Ben Kurtovic
e32a6692f8
test_argument()
pirms 11 gadiem
Ben Kurtovic
b8e8d057ab
Finish test_template()
pirms 11 gadiem
Ben Kurtovic
cb23587ab6
Adding some Builder tests
pirms 11 gadiem
Ben Kurtovic
404b4479a2
Implement the remaining asserts in TreeEqualityTestCase.
pirms 11 gadiem
Ben Kurtovic
892092434f
Skeleton for TestBuilder; adding some nodes to TreeEqualityTestCase.
pirms 11 gadiem
Ben Kurtovic
88201ecb54
Adding TestTokens.
Add from __future__ import unicode_literals to a few files.
pirms 11 gadiem
Ben Kurtovic
fb7567d6d0
Some empty testcases.
pirms 11 gadiem
Ben Kurtovic
cd5cc6a7d0
Update copyright notices for 2013.
pirms 11 gadiem
Ben Kurtovic
816207bb5a
Simplify docs massively.
pirms 12 gadiem
Ben Kurtovic
aeb214acb5
Document compat, nodes.extras, Attribute, Parameter
pirms 12 gadiem
Ben Kurtovic
3633f31633
Relaive imports because they are awesome; more stuff in SmartList.
pirms 12 gadiem
Ben Kurtovic
fca7e9dd80
Implement Heading, HTMLTag, HTMLTagAttribute, plus some fixes.
pirms 12 gadiem
Ben Kurtovic
e4fd6ef127
Updating with a more logical project structure.
pirms 12 gadiem
Ben Kurtovic
4cb3506820
Update copyright notice; some additions.
pirms 12 gadiem
Ben Kurtovic
9d1e77000c
A bunch of updates from the past weeks.
pirms 12 gadiem
Ben Kurtovic
a880ff8bf2
mwtemplateparserfromhell -> mwparserfromhell; some additions; still incomplete
pirms 12 gadiem
Ben Kurtovic
ce8adf4b2e
Initial commit
pirms 12 gadiem