Yuri Astrakhan
44ec68ff10
WIP - rewrote smart list
This is a first draft of the smart list.
It passes all of the existing smartlist tests
(except for full-list reversal, whose behavior has changed),
but the rest of the code has not yet been updated.
vor 4 Jahren
Ben Kurtovic
83bcb902b8
Support manual construction of Node objects ( fixes #214 )
vor 5 Jahren
Hugo
59636609db
Drop support for EOL Python
vor 6 Jahren
Ben Kurtovic
aaffb7f66b
Update copyright for 2016.
vor 8 Jahren
Ben Kurtovic
e71e7b4ece
Update copyright years for 2015; fix whitespace in docs.
vor 9 Jahren
Ben Kurtovic
b997e4cd71
Support attributes quoted with '; add required quotes in value setter.
vor 10 Jahren
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.
vor 10 Jahren
Marcio Faustino
88c8fb88e0
Switch to `unittest2` to be able to use new features in Python 2.6.
vor 10 Jahren
Ben Kurtovic
e5f17eea00
Update copyright notices for 2014.
vor 11 Jahren
Ben Kurtovic
45aec31629
Move range/xrange compatibility code to compat.py.
vor 11 Jahren
Ben Kurtovic
44484daef3
Updating tests for new __children__ protocol.
vor 11 Jahren
Ben Kurtovic
1946cf621d
Add a temporary skip_style_tags until we resolve some issues.
vor 11 Jahren
Ben Kurtovic
066049b46a
Update email address.
vor 11 Jahren
Ben Kurtovic
de6d5074fa
Tag.showtag -> Tag.wiki_markup
vor 11 Jahren
Ben Kurtovic
77c4df701b
Fix assorted bugs in the Tag node.
vor 11 Jahren
Ben Kurtovic
c241bff9f5
Remove .type check from assertTagNodeEqual()
vor 11 Jahren
Ben Kurtovic
1b4c01b4c0
Implement assertTagNodeEqual(), start test_tag(), add to tags.mwtest.
vor 11 Jahren
Ben Kurtovic
3fe629f541
Condense usage of wrap([Text("foo")]) to just wraptext("foo").
vor 11 Jahren
Ben Kurtovic
06873ee6ed
Add tests for __iternodes__(); add a getnodes() function.
vor 11 Jahren
Ben Kurtovic
7853e20745
Move wrap() and wraptext() TO _test_tree_equality.
vor 11 Jahren
Ben Kurtovic
094e867ee6
Add test_integration(); add a horrible abuse of PEP8
vor 11 Jahren
Ben Kurtovic
404b4479a2
Implement the remaining asserts in TreeEqualityTestCase.
vor 11 Jahren
Ben Kurtovic
892092434f
Skeleton for TestBuilder; adding some nodes to TreeEqualityTestCase.
vor 11 Jahren
Ben Kurtovic
a8cb275b94
Add TestUtils; implement two tests for it.
Also, add a missing docstring in TreeEqualityTestCase.
vor 11 Jahren
Ben Kurtovic
e3f89af62d
Adding a TreeEqualityTestCase base class.
vor 11 Jahren