sphinx/tests/roots
Takayuki Shimizukawa 43a9881c4b Fix i18n: missing python domain's cross-references with currentmodule directive or currentclass directive. refs #1363
* node attributes 'py:module', 'py:class' is provided from environment (e.x. currentmodule directive is provided on previous line, not on node)
* Because translation nodes are parsed in independently, 'provided attributes by environment' are not exist.
* For a pending_xref nodes, all attributes of a translated xref node should be same as original xref node in current test cases.
* For the above reasons, I overwrite all attributes from origonal node to new translated xref node.
2014-03-23 23:01:15 +09:00
..
test-autosummary fix windows newlines 2014-03-01 08:42:35 +01:00
test-docutilsconf Add test for docutils.conf and prevent 'html4css1.css' missing warning. 2013-07-27 14:13:15 +09:00
test-intl Fix i18n: missing python domain's cross-references with currentmodule directive or currentclass directive. refs #1363 2014-03-23 23:01:15 +09:00
test-only-directive Move "only" directive tests to a seperate test root. 2013-01-05 20:14:48 -06:00
test-setup Fix again: NFC/NFD normalizing problem. Closes #1142 2013-09-18 08:51:20 +00:00
test-templating Fix autosummary template overloading cause infinite recursive function call. Closes #1335 2013-12-27 05:23:47 +00:00