Ben Kurtovic
8cd0bdb322
Autoformat: black + clang-format + clang-tidy
há 3 anos
Ben Kurtovic
074e368684
Clean up pytest-ported tests
há 3 anos
Ben Kurtovic
b7b3b2e33e
Update changelog; minor tweak to file headers
há 3 anos
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.
há 4 anos
Kunal Mehta
7e5297fbe6
Drop Python 2 support
Fixes #221 .
há 4 anos
Hugo
59636609db
Drop support for EOL Python
há 6 anos
Ben Kurtovic
aaffb7f66b
Update copyright for 2016.
há 8 anos
Ben Kurtovic
e71e7b4ece
Update copyright years for 2015; fix whitespace in docs.
há 9 anos
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.
há 10 anos
Marcio Faustino
88c8fb88e0
Switch to `unittest2` to be able to use new features in Python 2.6.
há 10 anos
Ben Kurtovic
e5f17eea00
Update copyright notices for 2014.
há 10 anos
Ben Kurtovic
45aec31629
Move range/xrange compatibility code to compat.py.
há 11 anos
Ben Kurtovic
1946cf621d
Add a temporary skip_style_tags until we resolve some issues.
há 11 anos
Ben Kurtovic
066049b46a
Update email address.
há 11 anos
Ben Kurtovic
67f1762aa4
Doc updates, and allow passing a starting context to tokenize().
há 11 anos
Ben Kurtovic
3fe629f541
Condense usage of wrap([Text("foo")]) to just wraptext("foo").
há 11 anos
Ben Kurtovic
e3f89af62d
Adding a TreeEqualityTestCase base class.
há 11 anos
Ben Kurtovic
1b69b5e882
Moving compat stuff exclusively for unit tests to its own file.
há 11 anos
Ben Kurtovic
f803269514
Add a USES_C field to the tokenizers; add TestParser.test_use_c()
há 11 anos
Ben Kurtovic
97a837c1e8
Implement test_parser(). Clean up a few lambdas in TestSmartList.
há 11 anos
Ben Kurtovic
88201ecb54
Adding TestTokens.
Add from __future__ import unicode_literals to a few files.
há 11 anos
Ben Kurtovic
fb7567d6d0
Some empty testcases.
há 11 anos
Ben Kurtovic
cd5cc6a7d0
Update copyright notices for 2013.
há 11 anos
Ben Kurtovic
816207bb5a
Simplify docs massively.
há 12 anos
Ben Kurtovic
aeb214acb5
Document compat, nodes.extras, Attribute, Parameter
há 12 anos
Ben Kurtovic
3633f31633
Relaive imports because they are awesome; more stuff in SmartList.
há 12 anos
Ben Kurtovic
fca7e9dd80
Implement Heading, HTMLTag, HTMLTagAttribute, plus some fixes.
há 12 anos
Ben Kurtovic
e4fd6ef127
Updating with a more logical project structure.
há 12 anos
Ben Kurtovic
4cb3506820
Update copyright notice; some additions.
há 12 anos
Ben Kurtovic
9d1e77000c
A bunch of updates from the past weeks.
há 12 anos
Ben Kurtovic
a880ff8bf2
mwtemplateparserfromhell -> mwparserfromhell; some additions; still incomplete
há 12 anos
Ben Kurtovic
ce8adf4b2e
Initial commit
há 12 anos