Ben Kurtovic
8cd0bdb322
Autoformat: black + clang-format + clang-tidy
pirms 3 gadiem
Ben Kurtovic
074e368684
Clean up pytest-ported tests
pirms 3 gadiem
Ben Kurtovic
b7b3b2e33e
Update changelog; minor tweak to file headers
pirms 3 gadiem
Ben Kurtovic
1c983d3738
Assorted cleanup, linter fixes, and improvements for Python 3
pirms 3 gadiem
Kunal Mehta
03181bcd8b
Port tests to use pytest
pytest is the preferred way to write and run unit tests these days and
it has a cleaner interface - so lets switch to it. The tokenizer tests
especially are much easier to read/understand.
This was mostly done with find/replace regexes and then cleaned up
manually.
pirms 4 gadiem
Kunal Mehta
7e5297fbe6
Drop Python 2 support
Fixes #221 .
pirms 4 gadiem
Hugo
59636609db
Drop support for EOL Python
pirms 6 gadiem
Ben Kurtovic
68ded2f890
Add keep_template_params to Wikicode.strip_code ( #175 )
pirms 7 gadiem
Ben Kurtovic
aaffb7f66b
Update copyright for 2016.
pirms 8 gadiem
Ben Kurtovic
e71e7b4ece
Update copyright years for 2015; fix whitespace in docs.
pirms 9 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
c0fb7c030a
Implement new search protocol in Wikicode.
pirms 11 gadiem
Ben Kurtovic
44484daef3
Updating tests for new __children__ protocol.
pirms 11 gadiem
Ben Kurtovic
066049b46a
Update email address.
pirms 11 gadiem
Ben Kurtovic
3fe629f541
Condense usage of wrap([Text("foo")]) to just wraptext("foo").
pirms 11 gadiem
Ben Kurtovic
06873ee6ed
Add tests for __iternodes__(); add a getnodes() function.
pirms 11 gadiem
Ben Kurtovic
eea5c774e3
Clean up some repetitive lines.
pirms 11 gadiem
Ben Kurtovic
7853e20745
Move wrap() and wraptext() TO _test_tree_equality.
pirms 11 gadiem
Ben Kurtovic
5cf451eb22
Adding a bunch of tests for different nodes.
pirms 11 gadiem