summaryrefslogtreecommitdiff
path: root/creole/tests/utils/base_unittest.py
Commit message (Expand)AuthorAgeFilesLines
* add isort config and apply itfix#44JensDiemer2020-02-071-0/+2
* remove import exceptions in tests: textile and docutils should be installed i...JensDiemer2020-02-071-32/+2
* Fix code style with autopep8JensDiemer2020-01-191-50/+48
* fix import code style with isortJensDiemer2020-01-191-3/+2
* convert old "%-formatted" and .format(...) strings into "f-strings" with flyntJensDiemer2020-01-191-2/+2
* remove python 2 compatibility codeJensDiemer2020-01-191-15/+12
* enable debug in assert_html2creole() as defaultJensDiemer2020-01-191-1/+1
* more default verbose in testsJensDiemer2020-01-191-27/+13
* use textwrap.dedent() and update testsJensDiemer2020-01-181-5/+7
* remove __future__ importsJensDiemer2020-01-181-2/+2
* Update docs; add test; add strict parameter.John Dupuy2018-02-091-6/+15
* Squashed commit of the following:JensDiemer2015-06-021-1/+1
* Update unitest for textile v2.1.8JensDiemer2014-09-141-1/+2
* Test also "file_insertion_enabled=True"JensDiemer2012-10-151-2/+2
* Add unittests for last bugfixJensDiemer2012-04-041-9/+13
* Change the API, deprecate the old dict arguments. See also: https://code.goog...JensDiemer2011-10-101-9/+34
* Better work-a-round for Python <2.7JensDiemer2011-10-101-9/+9
* Bugfix for Python 2.6JensDiemer2011-10-101-0/+11
* move unittestsJensDiemer2011-10-051-0/+338