Ben Kurtovic
074e368684
Clean up pytest-ported tests
пре 3 година
Ben Kurtovic
b7b3b2e33e
Update changelog; minor tweak to file headers
пре 3 година
Ben Kurtovic
1c983d3738
Assorted cleanup, linter fixes, and improvements for Python 3
пре 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
68ded2f890
Add keep_template_params to Wikicode.strip_code ( #175 )
пре 7 година
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
44484daef3
Updating tests for new __children__ protocol.
пре 11 година
Ben Kurtovic
066049b46a
Update email address.
пре 11 година
Ben Kurtovic
06873ee6ed
Add tests for __iternodes__(); add a getnodes() function.
пре 11 година
Ben Kurtovic
eea5c774e3
Clean up some repetitive lines.
пре 11 година
Ben Kurtovic
5cf451eb22
Adding a bunch of tests for different nodes.
пре 11 година
Ben Kurtovic
cda1ce95f3
Roll back part of e3f89af62d
because CURSE YOU UNIT TESTING FRAMEWORK
пре 11 година
Ben Kurtovic
e3f89af62d
Adding a TreeEqualityTestCase base class.
пре 11 година
Ben Kurtovic
eae6f11add
Make _test_tokenizer import relative so tests work on py3k.
пре 11 година
Ben Kurtovic
27a3503aa1
Add test_uses_c() to TestPyTokenizer and TestCTokenizer
пре 11 година
Ben Kurtovic
34b85a93cd
Cosmetic change: standardize whitespace after class definition.
пре 11 година
Ben Kurtovic
88201ecb54
Adding TestTokens.
Add from __future__ import unicode_literals to a few files.
пре 11 година
Ben Kurtovic
713b83a4d9
Added a metric ton of template tests; adjustments; docstrings.
пре 11 година
Ben Kurtovic
4636fbeb4a
Built an infrastructure for loading and running tokenizer tests.
пре 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 година