Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .pytest_cache/v/cache/nodeids

Issue 29516687: Issue 4488 - Add support for JSON page front matter (Closed) Base URL: https://hg.adblockplus.org/cms
Patch Set: Preserve lines in metadata, fix sort in sitemap.tmpl Created March 26, 2018, 2:28 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: .pytest_cache/v/cache/nodeids
===================================================================
new file mode 100644
--- /dev/null
+++ b/.pytest_cache/v/cache/nodeids
@@ -0,0 +1,84 @@
+[
Sebastian Noack 2018/03/26 02:57:48 This file should not be committed.
rosie 2018/03/31 21:09:28 Done.
+ "tests/test_additional_paths.py::test_ap_static[en/filter-MAIN_SITE]",
+ "tests/test_additional_paths.py::test_ap_static[en/map-sitemap]",
+ "tests/test_additional_paths.py::test_ap_static[en/sitemap-map]",
+ "tests/test_additional_paths.py::test_ap_static[en/global-MAIN_SITE]",
+ "tests/test_additional_paths.py::test_ap_static[en/translate-MAIN_SITE]",
+ "tests/test_additional_paths.py::test_dynamic[en/filter-MAIN_SITE]",
+ "tests/test_additional_paths.py::test_dynamic[en/map-sitemap]",
+ "tests/test_additional_paths.py::test_dynamic[en/sitemap-map]",
+ "tests/test_additional_paths.py::test_dynamic[en/global-MAIN_SITE]",
+ "tests/test_additional_paths.py::test_dynamic[en/translate-MAIN_SITE]",
+ "tests/test_additional_paths.py::test_create_source",
+ "tests/test_multi_source.py::test_lifecycle",
+ "tests/test_multi_source.py::test_lifecycle_error",
+ "tests/test_multi_source.py::test_has_file",
+ "tests/test_multi_source.py::test_read_file",
+ "tests/test_multi_source.py::test_read_binary",
+ "tests/test_multi_source.py::test_list_files",
+ "tests/test_multi_source.py::test_version",
+ "tests/test_multi_source.py::test_cache_dir",
+ "tests/test_page_outputs.py::test_static[master-en/translate-<p>Simple TS with default: Translate.</p>\n<p>Same TS with no default: Translate.</p>\n<p>TS with fixed text: Fixed text.</p>\n<p>Nested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.</p>\n<p>Link resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.</p>\n<p>Link to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Site map</a>.</p>\n<p>Entity escaping: Drag&amp;drop.</p>\n<p>Entity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.</p>]",
+ "tests/test_page_outputs.py::test_static[master-en/translate-tmpl-<html>\n <body>\nSimple TS with default: Translate.\n\nSame TS with no default: Translate.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.\n </body>\n</html>]",
+ "tests/test_page_outputs.py::test_static[master-en/sitemap-<h1> Unfiltered </h1>\n<ul>\n <li>title : filter </li>\n <li>title : get_page_url </li>\n <li>title : global </li>\n <li>title : includer </li>\n <li>title : metadata_json </li>\n <li>title : metadata_json_comment </li>\n <li>title : metadata_old_comment </li>\n <li>title : sitemap </li>\n <li>title : translate </li>\n <li>title : translate-html </li>\n <li>title : translate-include </li>\n <li>title : translate-not-enough </li>\n <li>title : translate-partial </li>\n <li>title : translate-template </li>\n <li>title : translate-tmpl </li>\n</ul>\n\n<h1> Filtered </h1>\n<ul><li>title : sitemap </li>\n</ul>\n\n<h1> String Filter For Listy Option </h1>\n<ul><li>title : sitemap </li>\n</ul>]",
+ "tests/test_page_outputs.py::test_static[master-de/translate-<p>Simple TS with default: \\xc3\\x9cbersetzen.</p>\\n<p>Same TS with no default: \\xc3\\x9cbersetzen.</p>\\n<p>TS with fixed text: Fester text.</p>\\n<p>Nested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.</p>\\n<p>Link resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.</p>\\n<p>Link to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Seitenverzeichnis</a>.</p>\\n<p>Entity escaping: Draggen&amp;droppen.</p>\\n<p>Entity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.</p>]",
+ "tests/test_page_outputs.py::test_static[master-en/metadata_old_comment-awesome\n<!-- Test comment -->\nAwesome page]",
+ "tests/test_page_outputs.py::test_static[master-de/translate-include-<h1>Translations from an include fragment</h1>\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: \\xc3\\x9cbersetzen.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Seitenverzeichnis</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.]",
+ "tests/test_page_outputs.py::test_static[master-de/translate-not-enough-## MISSING]",
+ "tests/test_page_outputs.py::test_static[master-en/metadata_json-Awesome page\n768\n<!-- Test comment -->\nawesome]",
+ "tests/test_page_outputs.py::test_static[master-de/translate-partial-<p>This page only has half of translation in German, but enough to be generated.</p>\\n<ul>\\n<li>\\xc3\\x9cbersetzen.</li>\\n<li>TS2.</li>\\n</ul>]",
+ "tests/test_page_outputs.py::test_static[master-en/metadata_json_comment-Awesome page\n768\n<!-- Test comment -->\nawesome]",
+ "tests/test_page_outputs.py::test_static[master-en/includer-<h1>Foobar</h1>\n\n\n<p>This is an included example</p>\n\nVariable from included piece: bar]",
+ "tests/test_page_outputs.py::test_static[master-en/global-METHOD TEST PASSEDFalseTrueexists]",
+ "tests/test_page_outputs.py::test_static[master-en/get_page_url-global_canonical_url = https://acme.com/global\n\n# 'filter' is default page name for the test website, so we check that the\n# link would not include the page name itself.\nfilter_canonical_url = https://acme.com/]",
+ "tests/test_page_outputs.py::test_static[master-de/translate-tmpl-<html>\\n <body>\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: \\xc3\\x9cbersetzen.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.\\n </body>\\n</html>]",
+ "tests/test_page_outputs.py::test_static[master-en/translate-html-<html>\n <body>\nSimple TS with default: Translate.\n\nSame TS with no default: Translate.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Site map</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.\n </body>\n</html>]",
+ "tests/test_page_outputs.py::test_static[master-en/translate-include-<h1>Translations from an include fragment</h1>\nSimple TS with default: Translate.\n\nSame TS with no default: Translate.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Site map</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.]",
+ "tests/test_page_outputs.py::test_static[master-de/translate-html-<html>\\n <body>\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: \\xc3\\x9cbersetzen.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Seitenverzeichnis</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.\\n </body>\\n</html>]",
+ "tests/test_page_outputs.py::test_static[master-de/translate-template-<h1>Translation strings are all in the template</h1>\\n\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: doesn\\'t work in templates.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.]",
+ "tests/test_page_outputs.py::test_static[master-en/translate-template-<h1>Translation strings are all in the template</h1>\n\nSimple TS with default: Translate.\n\nSame TS with no default: doesn't work in templates.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.]",
+ "tests/test_page_outputs.py::test_static[master-en/filter-foo]",
+ "tests/test_page_outputs.py::test_revision_arg[master]",
+ "tests/test_page_outputs.py::test_static[None-en/translate-<p>Simple TS with default: Translate.</p>\n<p>Same TS with no default: Translate.</p>\n<p>TS with fixed text: Fixed text.</p>\n<p>Nested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.</p>\n<p>Link resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.</p>\n<p>Link to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Site map</a>.</p>\n<p>Entity escaping: Drag&amp;drop.</p>\n<p>Entity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.</p>]",
+ "tests/test_page_outputs.py::test_static[None-en/translate-tmpl-<html>\n <body>\nSimple TS with default: Translate.\n\nSame TS with no default: Translate.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.\n </body>\n</html>]",
+ "tests/test_page_outputs.py::test_static[None-en/sitemap-<h1> Unfiltered </h1>\n<ul>\n <li>title : filter </li>\n <li>title : get_page_url </li>\n <li>title : global </li>\n <li>title : includer </li>\n <li>title : metadata_json </li>\n <li>title : metadata_json_comment </li>\n <li>title : metadata_old_comment </li>\n <li>title : sitemap </li>\n <li>title : translate </li>\n <li>title : translate-html </li>\n <li>title : translate-include </li>\n <li>title : translate-not-enough </li>\n <li>title : translate-partial </li>\n <li>title : translate-template </li>\n <li>title : translate-tmpl </li>\n</ul>\n\n<h1> Filtered </h1>\n<ul><li>title : sitemap </li>\n</ul>\n\n<h1> String Filter For Listy Option </h1>\n<ul><li>title : sitemap </li>\n</ul>]",
+ "tests/test_page_outputs.py::test_static[None-de/translate-<p>Simple TS with default: \\xc3\\x9cbersetzen.</p>\\n<p>Same TS with no default: \\xc3\\x9cbersetzen.</p>\\n<p>TS with fixed text: Fester text.</p>\\n<p>Nested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.</p>\\n<p>Link resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.</p>\\n<p>Link to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Seitenverzeichnis</a>.</p>\\n<p>Entity escaping: Draggen&amp;droppen.</p>\\n<p>Entity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.</p>]",
+ "tests/test_page_outputs.py::test_static[None-en/metadata_old_comment-awesome\n<!-- Test comment -->\nAwesome page]",
+ "tests/test_page_outputs.py::test_static[None-de/translate-include-<h1>Translations from an include fragment</h1>\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: \\xc3\\x9cbersetzen.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Seitenverzeichnis</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.]",
+ "tests/test_page_outputs.py::test_static[None-de/translate-not-enough-## MISSING]",
+ "tests/test_page_outputs.py::test_static[None-en/metadata_json-Awesome page\n768\n<!-- Test comment -->\nawesome]",
+ "tests/test_page_outputs.py::test_static[None-de/translate-partial-<p>This page only has half of translation in German, but enough to be generated.</p>\\n<ul>\\n<li>\\xc3\\x9cbersetzen.</li>\\n<li>TS2.</li>\\n</ul>]",
+ "tests/test_page_outputs.py::test_static[None-en/metadata_json_comment-Awesome page\n768\n<!-- Test comment -->\nawesome]",
+ "tests/test_page_outputs.py::test_static[None-en/includer-<h1>Foobar</h1>\n\n\n<p>This is an included example</p>\n\nVariable from included piece: bar]",
+ "tests/test_page_outputs.py::test_static[None-en/global-METHOD TEST PASSEDFalseTrueexists]",
+ "tests/test_page_outputs.py::test_static[None-en/get_page_url-global_canonical_url = https://acme.com/global\n\n# 'filter' is default page name for the test website, so we check that the\n# link would not include the page name itself.\nfilter_canonical_url = https://acme.com/]",
+ "tests/test_page_outputs.py::test_static[None-de/translate-tmpl-<html>\\n <body>\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: \\xc3\\x9cbersetzen.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.\\n </body>\\n</html>]",
+ "tests/test_page_outputs.py::test_static[None-en/translate-html-<html>\n <body>\nSimple TS with default: Translate.\n\nSame TS with no default: Translate.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Site map</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.\n </body>\n</html>]",
+ "tests/test_page_outputs.py::test_static[None-en/translate-include-<h1>Translations from an include fragment</h1>\nSimple TS with default: Translate.\n\nSame TS with no default: Translate.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Site map</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.]",
+ "tests/test_page_outputs.py::test_static[None-de/translate-html-<html>\\n <body>\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: \\xc3\\x9cbersetzen.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Seitenverzeichnis</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.\\n </body>\\n</html>]",
+ "tests/test_page_outputs.py::test_static[None-de/translate-template-<h1>Translation strings are all in the template</h1>\\n\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: doesn\\'t work in templates.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.]",
+ "tests/test_page_outputs.py::test_static[None-en/translate-template-<h1>Translation strings are all in the template</h1>\n\nSimple TS with default: Translate.\n\nSame TS with no default: doesn't work in templates.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.]",
+ "tests/test_page_outputs.py::test_static[None-en/filter-foo]",
+ "tests/test_page_outputs.py::test_revision_arg[None]",
+ "tests/test_page_outputs.py::test_dynamic[en/translate-<p>Simple TS with default: Translate.</p>\n<p>Same TS with no default: Translate.</p>\n<p>TS with fixed text: Fixed text.</p>\n<p>Nested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.</p>\n<p>Link resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.</p>\n<p>Link to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Site map</a>.</p>\n<p>Entity escaping: Drag&amp;drop.</p>\n<p>Entity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.</p>]",
+ "tests/test_page_outputs.py::test_dynamic[en/translate-tmpl-<html>\n <body>\nSimple TS with default: Translate.\n\nSame TS with no default: Translate.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.\n </body>\n</html>]",
+ "tests/test_page_outputs.py::test_dynamic[en/sitemap-<h1> Unfiltered </h1>\n<ul>\n <li>title : filter </li>\n <li>title : get_page_url </li>\n <li>title : global </li>\n <li>title : includer </li>\n <li>title : metadata_json </li>\n <li>title : metadata_json_comment </li>\n <li>title : metadata_old_comment </li>\n <li>title : sitemap </li>\n <li>title : translate </li>\n <li>title : translate-html </li>\n <li>title : translate-include </li>\n <li>title : translate-not-enough </li>\n <li>title : translate-partial </li>\n <li>title : translate-template </li>\n <li>title : translate-tmpl </li>\n</ul>\n\n<h1> Filtered </h1>\n<ul><li>title : sitemap </li>\n</ul>\n\n<h1> String Filter For Listy Option </h1>\n<ul><li>title : sitemap </li>\n</ul>]",
+ "tests/test_page_outputs.py::test_dynamic[de/translate-<p>Simple TS with default: \\xc3\\x9cbersetzen.</p>\\n<p>Same TS with no default: \\xc3\\x9cbersetzen.</p>\\n<p>TS with fixed text: Fester text.</p>\\n<p>Nested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.</p>\\n<p>Link resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.</p>\\n<p>Link to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Seitenverzeichnis</a>.</p>\\n<p>Entity escaping: Draggen&amp;droppen.</p>\\n<p>Entity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.</p>]",
+ "tests/test_page_outputs.py::test_dynamic[en/metadata_old_comment-awesome\n<!-- Test comment -->\nAwesome page]",
+ "tests/test_page_outputs.py::test_dynamic[de/translate-include-<h1>Translations from an include fragment</h1>\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: \\xc3\\x9cbersetzen.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Seitenverzeichnis</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.]",
+ "tests/test_page_outputs.py::test_dynamic[de/translate-not-enough-<p>This page doesn\\'t have enough translation in German so it shouldn\\'t be generated.</p>\\n<ul>\\n<li>\\xc3\\x9cbersetzen - this one has translation to German, others don\\'t.</li>\\n<li>TS2.</li>\\n<li>TS3.</li>\\n<li>TS4.</li>\\n</ul>]",
+ "tests/test_page_outputs.py::test_dynamic[en/metadata_json-Awesome page\n768\n<!-- Test comment -->\nawesome]",
+ "tests/test_page_outputs.py::test_dynamic[de/translate-partial-<p>This page only has half of translation in German, but enough to be generated.</p>\\n<ul>\\n<li>\\xc3\\x9cbersetzen.</li>\\n<li>TS2.</li>\\n</ul>]",
+ "tests/test_page_outputs.py::test_dynamic[en/metadata_json_comment-Awesome page\n768\n<!-- Test comment -->\nawesome]",
+ "tests/test_page_outputs.py::test_dynamic[en/includer-<h1>Foobar</h1>\n\n\n<p>This is an included example</p>\n\nVariable from included piece: bar]",
+ "tests/test_page_outputs.py::test_dynamic[en/global-METHOD TEST PASSEDFalseTrueexists]",
+ "tests/test_page_outputs.py::test_dynamic[en/get_page_url-global_canonical_url = http://localhost:5000/global\n\n# 'filter' is default page name for the test website, so we check that the\n# link would not include the page name itself.\nfilter_canonical_url = http://localhost:5000/]",
+ "tests/test_page_outputs.py::test_dynamic[de/translate-tmpl-<html>\\n <body>\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: \\xc3\\x9cbersetzen.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.\\n </body>\\n</html>]",
+ "tests/test_page_outputs.py::test_dynamic[en/translate-html-<html>\n <body>\nSimple TS with default: Translate.\n\nSame TS with no default: Translate.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Site map</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.\n </body>\n</html>]",
+ "tests/test_page_outputs.py::test_dynamic[en/translate-include-<h1>Translations from an include fragment</h1>\nSimple TS with default: Translate.\n\nSame TS with no default: Translate.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Site map</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.]",
+ "tests/test_page_outputs.py::test_dynamic[de/translate-html-<html>\\n <body>\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: \\xc3\\x9cbersetzen.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nLink to a non-translatable page: <a href=\"/en/sitemap\" hreflang=\"en\">Seitenverzeichnis</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.\\n </body>\\n</html>]",
+ "tests/test_page_outputs.py::test_dynamic[de/translate-template-<h1>Translation strings are all in the template</h1>\\n\\nSimple TS with default: \\xc3\\x9cbersetzen.\\n\\nSame TS with no default: doesn\\'t work in templates.\\n\\nTS with fixed text: Fester text.\\n\\nNested translation: <a href=\"http://bar.de/\">Bar</a> und <a href=\"http://baz.de/\">Baz</a>.\\n\\nLink resolving: <a href=\"/de/translate\" hreflang=\"de\">Diese Seite</a>.\\n\\nEntity escaping: Draggen&amp;droppen.\\n\\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Bar</a>.]",
+ "tests/test_page_outputs.py::test_dynamic[en/translate-template-<h1>Translation strings are all in the template</h1>\n\nSimple TS with default: Translate.\n\nSame TS with no default: doesn't work in templates.\n\nTS with fixed text: Fixed text.\n\nNested translation: <a href=\"http://foo.com/\">Foo</a> and <a href=\"http://baz.com/\">Baz</a>.\n\nLink resolving: <a href=\"/en/translate\" hreflang=\"en\">This page</a>.\n\nEntity escaping: Drag&amp;drop.\n\nEntity escaping in links: <a href=\"http://foo.com/?a&amp;b\">Foo</a>.]",
+ "tests/test_page_outputs.py::test_dynamic[en/filter-foo]",
+ "tests/test_translations.py::test_sync"
+]

Powered by Google App Engine
This is Rietveld