Ben Kurtovic
074e368684
Clean up pytest-ported tests
преди 3 години
Ben Kurtovic
b7b3b2e33e
Update changelog; minor tweak to file headers
преди 3 години
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.
преди 4 години
Kunal Mehta
7e5297fbe6
Drop Python 2 support
Fixes #221 .
преди 4 години
Hugo
59636609db
Drop support for EOL Python
преди 6 години
Ben Kurtovic
aaffb7f66b
Update copyright for 2016.
преди 8 години
Ben Kurtovic
e71e7b4ece
Update copyright years for 2015; fix whitespace in docs.
преди 9 години
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
3fe629f541
Condense usage of wrap([Text("foo")]) to just wraptext("foo").
преди 11 години
Ben Kurtovic
30d4f137a8
Curse you, Python 3!
преди 11 години
Ben Kurtovic
a8cb275b94
Add TestUtils; implement two tests for it.
Also, add a missing docstring in TreeEqualityTestCase.
преди 11 години