index
:
delta/python-packages/docutils.git
abolish-userstring
abolish-userstring-haskey
abolish-userstring-haskey@5608
abolish-userstring@5603
address-rendering
address-rendering@4309
adjacent-citations
adjacent-citations@5042
ax
better-emacs
blais_interrupt_render
blais_interruptus
blais_interruptus@3512
directives
docutils-0.4
docutils-0.4@4265
goodger
include-after-until
include-after-until@4999
index-bug
index-bug@5586
lossless-rst-writer
lossless-rst-writer@5513
master
multiple-ids
nesting
plugins
plugins@4951
rel-0.15
reporter-categories
reporter-categories@3161
s5
s5@4010
subdocs
subdocs@5264
tibs
todo
todo2
todo2@3743
todo@3675
transforms
vendor
svn.code.sf.net: p/docutils/code
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docutils
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use "pathlib.Path" for self-documenting path manipulations.
milde
2022-11-24
2
-18
/
+28
*
Make "record_dependecies" test independent of the working dir.
milde
2022-11-24
1
-57
/
+60
*
Fix failure when "pygments" is not installed.
milde
2022-11-24
1
-5
/
+10
*
Reset not only `_roles` but also `_directives` cache dictionary.
milde
2022-11-24
3
-8
/
+52
*
Skip individual "recommonmark" tests if "recommonmark" is missing.
milde
2022-11-24
14
-56
/
+156
*
Fix running of individual test (first batch).
milde
2022-11-24
14
-13
/
+52
*
Put `first` and `second` arguments of `assertEqual` on the top line.
milde
2022-11-24
1
-6
/
+4
*
Use boolean values for boolean settings.
milde
2022-11-18
1
-5
/
+5
*
Drop default settings from individual functional test files.
milde
2022-11-16
34
-886
/
+295
*
Refactor HTMLTranslator initialization and parts setup.
milde
2022-11-13
22
-52
/
+53
*
New function utils.xml_declaration()
milde
2022-11-13
1
-0
/
+18
*
Add support for ``pytest``
aa-turner
2022-11-10
2
-0
/
+24
*
Make the tests agnostic to the working directory
aa-turner
2022-11-10
19
-128
/
+243
*
Fix/complement publisher documentation and tests.
milde
2022-11-10
1
-0
/
+22
*
Inline ``DocutilsTestSupport.testroot``
aa-turner
2022-11-09
4
-22
/
+16
*
Make ``test_include`` independent of the CWD
aa-turner
2022-11-09
1
-267
/
+268
*
Inline ``exception_data``
aa-turner
2022-11-09
6
-34
/
+68
*
Remove unused classes from ``DocutilsTestSupport``
aa-turner
2022-11-09
1
-157
/
+0
*
Inline ``ParserTestSuite``
aa-turner
2022-11-09
62
-448
/
+1262
*
Inline ``TransformTestSuite``
aa-turner
2022-11-09
24
-381
/
+724
*
Inline ``WriterPublishTestCase``
aa-turner
2022-11-08
3
-114
/
+47
*
Inline ``PublishTestSuite``
aa-turner
2022-11-08
8
-117
/
+329
*
Remove unused imports in ``DocutilsTestSupport``
aa-turner
2022-11-08
1
-4
/
+2
*
Inline ``PEPParserTestSuite``
aa-turner
2022-11-08
3
-34
/
+43
*
Inline ``GridTableParserTestSuite``
aa-turner
2022-11-08
2
-63
/
+35
*
Inline ``SimpleTableParserTestSuite``
aa-turner
2022-11-08
2
-34
/
+19
*
Inline ``RecommonmarkParserTestSuite``
aa-turner
2022-11-08
16
-138
/
+274
*
Simplify and expand tests for handling the encoding of included files.
milde
2022-11-07
3
-26
/
+114
*
Simplify/fix LaTeX character encoding handling.
milde
2022-11-06
13
-14
/
+0
*
Don't use pseudo-encoding "unicode" for test_publish().
milde
2022-11-06
1
-2
/
+6
*
Use the built-in ``open`` instead of ``FileInput``
aa-turner
2022-11-03
1
-3
/
+2
*
test_manpage: add docinfo to man header
grubert
2022-11-03
1
-0
/
+28
*
remove version control Id line
grubert
2022-11-03
1
-1
/
+0
*
Fix: testoutput for optional 5th .TH argument
grubert
2022-11-03
1
-9
/
+9
*
Partially revert r9167
aa-turner
2022-11-02
10
-17
/
+37
*
Separate HTML 5 test definitions from HTML 4
aa-turner
2022-10-28
3
-84
/
+118
*
Use f-strings in the ``PublishPartsTestCase`` classes
aa-turner
2022-10-28
2
-8
/
+6
*
Normalise all test section names
aa-turner
2022-10-28
18
-34
/
+34
*
Compare dictionaries directly
aa-turner
2022-10-28
3
-266
/
+208
*
Use f-strings in HTML 4 and HTML 5 template tests
aa-turner
2022-10-28
3
-38
/
+39
*
Make ``Html5PublishPartsTestSuite`` independent of HTML 4
aa-turner
2022-10-28
1
-3
/
+17
*
Inline test case class variables
aa-turner
2022-10-28
1
-14
/
+8
*
Report sub-tests individually in the test summary
aa-turner
2022-10-28
1
-1
/
+11
*
Export fewer modules from ``DocutilsTestSupport``
aa-turner
2022-10-28
1
-25
/
+8
*
Do not import unused module
aa-turner
2022-10-28
1
-1
/
+0
*
Remove ``DocutilsTestSupport.DevNull``
aa-turner
2022-10-28
2
-14
/
+5
*
Standardise ``self.addTestCase`` call sites
aa-turner
2022-10-28
1
-10
/
+9
*
Refactor ``test_language``
aa-turner
2022-10-28
1
-199
/
+85
*
Remove ``_test_more`` support
aa-turner
2022-10-27
3
-64
/
+20
*
Use subtests for the functional tests
aa-turner
2022-10-27
1
-145
/
+78
[prev]
[next]