From c694cb404dc0b64084eb3cbf576c32adae363885 Mon Sep 17 00:00:00 2001 From: Deniz Turgut Date: Fri, 12 Apr 2013 17:48:52 -0400 Subject: [PATCH] move tests to plugin folder --- {tests => assets}/test_assets.py | 9 +- .../test_data}/static/css/style.min.css | 0 .../test_data}/static/css/style.scss | 0 .../test_data}/templates/base.html | 0 {tests => gzip_cache}/test_gzip_cache.py | 0 pytestdebug.log | 902 ++++++++++++++++++ .../themes => summary}/test_summary.py | 0 tests/__init__.py | 2 - .../content/2012-11-30_filename-metadata.rst | 0 .../content/another_super_article-fr.rst | 0 .../content/another_super_article.rst | 0 tests/{test_data => }/content/article2-fr.rst | 0 tests/{test_data => }/content/article2.rst | 0 .../{test_data => }/content/cat1/article1.rst | 0 .../{test_data => }/content/cat1/article2.rst | 0 .../{test_data => }/content/cat1/article3.rst | 0 .../content/cat1/markdown-article.md | 0 .../{test_data => }/content/draft_article.rst | 0 .../{test_data => }/content/extra/robots.txt | 0 .../content/pages/hidden_page.rst | 0 .../content/pages/jinja2_template.html | 0 .../content/pages/override_url_saveas.rst | 0 .../content/pages/test_page.rst | 0 .../content/pictures/Fat_Cat.jpg | Bin .../content/pictures/Sushi.jpg | Bin .../content/pictures/Sushi_Macro.jpg | Bin .../{test_data => }/content/super_article.rst | 0 .../{test_data => }/content/unbelievable.rst | 0 tests/{test_data => }/content/unwanted_file | 0 tests/{test_data => }/pelican.conf.py | 0 .../themes/notmyidea/static/css/main.css | 0 .../themes/notmyidea/static/css/pygment.css | 0 .../themes/notmyidea/static/css/reset.css | 0 .../themes/notmyidea/static/css/typogrify.css | 0 .../themes/notmyidea/static/css/wide.css | 0 .../notmyidea/static/images/icons/aboutme.png | Bin .../static/images/icons/bitbucket.png | Bin .../static/images/icons/delicious.png | Bin .../static/images/icons/facebook.png | Bin .../notmyidea/static/images/icons/github.png | Bin .../static/images/icons/gitorious.png | Bin .../notmyidea/static/images/icons/gittip.png | Bin .../static/images/icons/google-groups.png | Bin .../static/images/icons/google-plus.png | Bin .../static/images/icons/hackernews.png | Bin .../notmyidea/static/images/icons/lastfm.png | Bin .../static/images/icons/linkedin.png | Bin .../notmyidea/static/images/icons/reddit.png | Bin .../notmyidea/static/images/icons/rss.png | Bin .../static/images/icons/slideshare.png | Bin .../static/images/icons/speakerdeck.png | Bin .../notmyidea/static/images/icons/twitter.png | Bin .../notmyidea/static/images/icons/vimeo.png | Bin .../notmyidea/static/images/icons/youtube.png | Bin .../themes/notmyidea/templates/analytics.html | 0 .../themes/notmyidea/templates/archives.html | 0 .../themes/notmyidea/templates/article.html | 0 .../notmyidea/templates/article_infos.html | 0 .../themes/notmyidea/templates/author.html | 0 .../themes/notmyidea/templates/authors.html | 0 .../themes/notmyidea/templates/base.html | 0 .../themes/notmyidea/templates/category.html | 0 .../themes/notmyidea/templates/comments.html | 0 .../notmyidea/templates/disqus_script.html | 0 .../themes/notmyidea/templates/github.html | 0 .../themes/notmyidea/templates/index.html | 0 .../themes/notmyidea/templates/page.html | 0 .../themes/notmyidea/templates/piwik.html | 0 .../themes/notmyidea/templates/tag.html | 0 .../themes/notmyidea/templates/taglist.html | 0 .../notmyidea/templates/translations.html | 0 .../themes/notmyidea/templates/twitter.html | 0 .../themes/simple/templates/archives.html | 0 .../themes/simple/templates/article.html | 0 .../themes/simple/templates/author.html | 0 .../themes/simple/templates/base.html | 0 .../themes/simple/templates/categories.html | 0 .../themes/simple/templates/category.html | 0 .../themes/simple/templates/gosquared.html | 0 .../themes/simple/templates/index.html | 0 .../themes/simple/templates/page.html | 0 .../themes/simple/templates/pagination.html | 0 .../themes/simple/templates/tag.html | 0 .../themes/simple/templates/tags.html | 0 .../themes/simple/templates/translations.html | 0 85 files changed, 908 insertions(+), 5 deletions(-) rename {tests => assets}/test_assets.py (95%) rename {tests/test_data/themes/assets_theme => assets/test_data}/static/css/style.min.css (100%) rename {tests/test_data/themes/assets_theme => assets/test_data}/static/css/style.scss (100%) rename {tests/test_data/themes/assets_theme => assets/test_data}/templates/base.html (100%) rename {tests => gzip_cache}/test_gzip_cache.py (100%) create mode 100644 pytestdebug.log rename {tests/test_data/themes => summary}/test_summary.py (100%) delete mode 100644 tests/__init__.py rename tests/{test_data => }/content/2012-11-30_filename-metadata.rst (100%) rename tests/{test_data => }/content/another_super_article-fr.rst (100%) rename tests/{test_data => }/content/another_super_article.rst (100%) rename tests/{test_data => }/content/article2-fr.rst (100%) rename tests/{test_data => }/content/article2.rst (100%) rename tests/{test_data => }/content/cat1/article1.rst (100%) rename tests/{test_data => }/content/cat1/article2.rst (100%) rename tests/{test_data => }/content/cat1/article3.rst (100%) rename tests/{test_data => }/content/cat1/markdown-article.md (100%) rename tests/{test_data => }/content/draft_article.rst (100%) rename tests/{test_data => }/content/extra/robots.txt (100%) rename tests/{test_data => }/content/pages/hidden_page.rst (100%) rename tests/{test_data => }/content/pages/jinja2_template.html (100%) rename tests/{test_data => }/content/pages/override_url_saveas.rst (100%) rename tests/{test_data => }/content/pages/test_page.rst (100%) rename tests/{test_data => }/content/pictures/Fat_Cat.jpg (100%) rename tests/{test_data => }/content/pictures/Sushi.jpg (100%) rename tests/{test_data => }/content/pictures/Sushi_Macro.jpg (100%) rename tests/{test_data => }/content/super_article.rst (100%) rename tests/{test_data => }/content/unbelievable.rst (100%) rename tests/{test_data => }/content/unwanted_file (100%) rename tests/{test_data => }/pelican.conf.py (100%) rename tests/{test_data => }/themes/notmyidea/static/css/main.css (100%) rename tests/{test_data => }/themes/notmyidea/static/css/pygment.css (100%) rename tests/{test_data => }/themes/notmyidea/static/css/reset.css (100%) rename tests/{test_data => }/themes/notmyidea/static/css/typogrify.css (100%) rename tests/{test_data => }/themes/notmyidea/static/css/wide.css (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/aboutme.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/bitbucket.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/delicious.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/facebook.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/github.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/gitorious.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/gittip.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/google-groups.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/google-plus.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/hackernews.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/lastfm.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/linkedin.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/reddit.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/rss.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/slideshare.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/speakerdeck.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/twitter.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/vimeo.png (100%) rename tests/{test_data => }/themes/notmyidea/static/images/icons/youtube.png (100%) rename tests/{test_data => }/themes/notmyidea/templates/analytics.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/archives.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/article.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/article_infos.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/author.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/authors.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/base.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/category.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/comments.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/disqus_script.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/github.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/index.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/page.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/piwik.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/tag.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/taglist.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/translations.html (100%) rename tests/{test_data => }/themes/notmyidea/templates/twitter.html (100%) rename tests/{test_data => }/themes/simple/templates/archives.html (100%) rename tests/{test_data => }/themes/simple/templates/article.html (100%) rename tests/{test_data => }/themes/simple/templates/author.html (100%) rename tests/{test_data => }/themes/simple/templates/base.html (100%) rename tests/{test_data => }/themes/simple/templates/categories.html (100%) rename tests/{test_data => }/themes/simple/templates/category.html (100%) rename tests/{test_data => }/themes/simple/templates/gosquared.html (100%) rename tests/{test_data => }/themes/simple/templates/index.html (100%) rename tests/{test_data => }/themes/simple/templates/page.html (100%) rename tests/{test_data => }/themes/simple/templates/pagination.html (100%) rename tests/{test_data => }/themes/simple/templates/tag.html (100%) rename tests/{test_data => }/themes/simple/templates/tags.html (100%) rename tests/{test_data => }/themes/simple/templates/translations.html (100%) diff --git a/tests/test_assets.py b/assets/test_assets.py similarity index 95% rename from tests/test_assets.py rename to assets/test_assets.py index 1c14b2b..c60f35a 100644 --- a/tests/test_assets.py +++ b/assets/test_assets.py @@ -13,8 +13,12 @@ import subprocess from pelican import Pelican from pelican.settings import read_settings +import pytest + +assets = pytest.importorskip("assets") + CUR_DIR = os.path.dirname(__file__) -THEME_DIR = os.path.join(CUR_DIR, 'test_data', 'themes', 'assets_theme') +THEME_DIR = os.path.join(CUR_DIR, 'test_data') CSS_REF = open(os.path.join(THEME_DIR, 'static', 'css', 'style.min.css')).read() CSS_HASH = hashlib.md5(CSS_REF).hexdigest()[0:8] @@ -58,11 +62,10 @@ class TestWebAssets(unittest.TestCase): """Base class for testing webassets.""" def setUp(self, override=None): - import assets self.temp_path = mkdtemp(prefix='pelicantests.') settings = { - 'PATH': os.path.join(CUR_DIR, 'test_data', 'content'), + 'PATH': os.path.join(os.path.dirname(CUR_DIR), 'tests', 'content'), 'OUTPUT_PATH': self.temp_path, 'PLUGINS': [assets], 'THEME': THEME_DIR, diff --git a/tests/test_data/themes/assets_theme/static/css/style.min.css b/assets/test_data/static/css/style.min.css similarity index 100% rename from tests/test_data/themes/assets_theme/static/css/style.min.css rename to assets/test_data/static/css/style.min.css diff --git a/tests/test_data/themes/assets_theme/static/css/style.scss b/assets/test_data/static/css/style.scss similarity index 100% rename from tests/test_data/themes/assets_theme/static/css/style.scss rename to assets/test_data/static/css/style.scss diff --git a/tests/test_data/themes/assets_theme/templates/base.html b/assets/test_data/templates/base.html similarity index 100% rename from tests/test_data/themes/assets_theme/templates/base.html rename to assets/test_data/templates/base.html diff --git a/tests/test_gzip_cache.py b/gzip_cache/test_gzip_cache.py similarity index 100% rename from tests/test_gzip_cache.py rename to gzip_cache/test_gzip_cache.py diff --git a/pytestdebug.log b/pytestdebug.log new file mode 100644 index 0000000..3c5ae7a --- /dev/null +++ b/pytestdebug.log @@ -0,0 +1,902 @@ +versions pytest-2.3.4, py-1.4.13, python-3.2.3.final.0 +cwd=/home/dturgut/src/pelican-plugins +args=['--debug'] + + finish pytest_cmdline_parse --> <_pytest.config.Config object at 0x1b27390> [hook] +pytest_cmdline_main {'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_plugin_registered {'manager': <_pytest.core.PluginManager object at 0x17cb410>, 'plugin': } [hook] + pytest_configure {'config': <_pytest.config.Config object at 0x1b27390>} [hook] + configured with mode set to 'rewrite' [assertion] + pytest_plugin_registered {'manager': <_pytest.core.PluginManager object at 0x17cb410>, 'plugin': <_pytest.terminal.TerminalReporter object at 0x1c59390>} [hook] + pytest_sessionstart {'session': } [hook] + pytest_plugin_registered {'manager': <_pytest.core.PluginManager object at 0x17cb410>, 'plugin': <_pytest.python.FixtureManager object at 0x1c59850>} [hook] + pytest_report_header {'startdir': local('/home/dturgut/src/pelican-plugins'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + finish pytest_report_header --> [['using: pytest-2.3.4 pylib-1.4.13']] [hook] + pytest_collection {'session': } [hook] + perform_collect ['/home/dturgut/src/pelican-plugins'] [collection] + pytest_collectstart {'collector': } [hook] + pytest_make_collect_report {'collector': } [hook] + processing argument /home/dturgut/src/pelican-plugins [collection] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/related_posts'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/random_article'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/latex'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/.git'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/summary'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/neighbors'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/multi_part'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/sitemap'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/global_license'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/github_activity'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/gravatar'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/.gitignore'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/.gitignore'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/.travis.yml'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/.travis.yml'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/Contributing.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/Contributing.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/LICENSE'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/LICENSE'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/pytestdebug.log'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/pytestdebug.log'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/assets.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/assets.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/assets.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/assets.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_assets.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/test_assets.py'), 'parent': } [hook] + pytest_pycollect_makemodule {'path': local('/home/dturgut/src/pelican-plugins/assets/test_assets.py'), 'parent': } [hook] + finish pytest_pycollect_makemodule --> [hook] + finish pytest_collect_file --> [] [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_assets.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/test_assets.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/assets.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/assets.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/test_assets.cpython-27-PYTEST.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/test_assets.cpython-27-PYTEST.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/test_assets.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/test_assets.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/templates'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/templates'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static/css'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static/css'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static/css/style.min.css'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static/css/style.min.css'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static/css/style.scss'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static/css/style.scss'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/templates/base.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/templates/base.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/github_activity.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/github_activity.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/github_activity.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/github_activity.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__pycache__/github_activity.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__pycache__/github_activity.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/global_license/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/global_license.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/global_license.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/global_license.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/global_license.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/__pycache__/global_license.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/__pycache__/global_license.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/Readme.md'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/Readme.md'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/goodreads_activity.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/goodreads_activity.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/goodreads_activity.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/goodreads_activity.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__pycache__/goodreads_activity.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__pycache__/goodreads_activity.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/gravatar.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/gravatar.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/gravatar.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/gravatar.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__/gravatar.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__/gravatar.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/gzip_cache.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/gzip_cache.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/gzip_cache.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/gzip_cache.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.py'), 'parent': } [hook] + pytest_pycollect_makemodule {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.py'), 'parent': } [hook] + finish pytest_pycollect_makemodule --> [hook] + finish pytest_collect_file --> [] [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/gzip_cache.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/gzip_cache.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/test_gzip_cache.cpython-27-PYTEST.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/test_gzip_cache.cpython-27-PYTEST.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/test_gzip_cache.cpython-32-PYTEST.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/test_gzip_cache.cpython-32-PYTEST.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/test_gzip_cache.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/test_gzip_cache.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/html_rst_directive.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/html_rst_directive.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/html_rst_directive.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/html_rst_directive.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__pycache__/html_rst_directive.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__pycache__/html_rst_directive.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/Readme.md'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/Readme.md'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/latex.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/latex.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/latex.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/latex.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__/latex.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__/latex.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/Readme.md'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/Readme.md'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/multi_part.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/multi_part.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/multi_part.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/multi_part.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__pycache__/multi_part.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__pycache__/multi_part.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/neighbors.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/neighbors.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/neighbors.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/neighbors.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__/neighbors.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__/neighbors.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/random_article/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/Readme.md'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/Readme.md'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/random_article.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/random_article.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/random_article.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/random_article.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/__pycache__/random_article.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/__pycache__/random_article.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/related_posts.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/related_posts.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/related_posts.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/related_posts.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__pycache__/related_posts.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__pycache__/related_posts.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/sitemap.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/sitemap.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/sitemap.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/sitemap.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__/sitemap.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__/sitemap.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__init__.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__init__.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/summary.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/summary.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/summary.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/summary.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/test_summary.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/test_summary.py'), 'parent': } [hook] + pytest_pycollect_makemodule {'path': local('/home/dturgut/src/pelican-plugins/summary/test_summary.py'), 'parent': } [hook] + finish pytest_pycollect_makemodule --> [hook] + finish pytest_collect_file --> [] [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/test_summary.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/test_summary.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/__init__.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/summary.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/summary.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/test_summary.cpython-27-PYTEST.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/test_summary.cpython-27-PYTEST.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/test_summary.cpython-32-PYTEST.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/test_summary.cpython-32-PYTEST.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/test_summary.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/test_summary.cpython-32.pyc'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/content'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/Readme.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/pelican.conf.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/pelican.conf.py'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/extra'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/content/extra'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/2012-11-30_filename-metadata.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/2012-11-30_filename-metadata.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/another_super_article-fr.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/another_super_article-fr.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/another_super_article.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/another_super_article.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/article2-fr.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/article2-fr.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/article2.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/article2.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/draft_article.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/draft_article.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/super_article.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/super_article.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/unbelievable.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/unbelievable.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/unwanted_file'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/unwanted_file'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article1.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article1.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article2.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article2.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article3.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article3.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/markdown-article.md'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/markdown-article.md'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/extra/robots.txt'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/extra/robots.txt'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/hidden_page.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/hidden_page.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/jinja2_template.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/jinja2_template.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/override_url_saveas.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/override_url_saveas.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/test_page.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/test_page.rst'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Fat_Cat.jpg'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Fat_Cat.jpg'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Sushi.jpg'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Sushi.jpg'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Sushi_Macro.jpg'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Sushi_Macro.jpg'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/main.css'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/main.css'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/pygment.css'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/pygment.css'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/reset.css'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/reset.css'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/typogrify.css'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/typogrify.css'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/wide.css'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/wide.css'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/aboutme.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/aboutme.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/bitbucket.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/bitbucket.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/delicious.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/delicious.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/facebook.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/facebook.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/github.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/github.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/gitorious.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/gitorious.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/gittip.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/gittip.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/google-groups.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/google-groups.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/google-plus.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/google-plus.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/hackernews.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/hackernews.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/lastfm.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/lastfm.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/linkedin.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/linkedin.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/reddit.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/reddit.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/rss.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/rss.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/slideshare.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/slideshare.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/speakerdeck.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/speakerdeck.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/twitter.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/twitter.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/vimeo.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/vimeo.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/youtube.png'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/youtube.png'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/analytics.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/analytics.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/archives.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/archives.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/article.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/article.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/article_infos.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/article_infos.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/author.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/author.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/authors.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/authors.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/base.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/base.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/category.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/category.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/comments.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/comments.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/disqus_script.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/disqus_script.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/github.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/github.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/index.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/index.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/page.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/page.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/piwik.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/piwik.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/tag.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/tag.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/taglist.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/taglist.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/translations.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/translations.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/twitter.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/twitter.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/archives.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/archives.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/article.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/article.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/author.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/author.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/base.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/base.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/categories.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/categories.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/category.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/category.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/gosquared.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/gosquared.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/index.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/index.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/page.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/page.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/pagination.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/pagination.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/tag.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/tag.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/tags.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/tags.html'), 'parent': } [hook] + pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/translations.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/translations.html'), 'parent': } [hook] + finish pytest_make_collect_report --> [hook] + pytest_collectreport {'report': } [hook] + genitems [collection] + pytest_collectstart {'collector': } [hook] + pytest_make_collect_report {'collector': } [hook] + find_module called for: assets [assertion] + find_module called for: assets.assets [assertion] + find_module called for: logging [assertion] + find_module called for: threading [assertion] + find_module called for: pelican [assertion] + find_module called for: six [assertion] + find_module called for: argparse [assertion] + find_module called for: pelican.signals [assertion] + find_module called for: blinker [assertion] + find_module called for: blinker.base [assertion] + find_module called for: blinker._utilities [assertion] + find_module called for: blinker._saferef [assertion] + find_module called for: contextlib [assertion] + find_module called for: pelican.generators [assertion] + find_module called for: datetime [assertion] + find_module called for: _datetime [assertion] + find_module called for: shutil [assertion] + find_module called for: tarfile [assertion] + find_module called for: grp [assertion] + find_module called for: pwd [assertion] + find_module called for: bz2 [assertion] + find_module called for: jinja2 [assertion] + find_module called for: jinja2.environment [assertion] + find_module called for: jinja2.nodes [assertion] + find_module called for: jinja2.utils [assertion] + find_module called for: markupsafe [assertion] + find_module called for: jinja2._markupsafe [assertion] + find_module called for: jinja2._markupsafe._speedups [assertion] + find_module called for: jinja2._markupsafe._native [assertion] + find_module called for: jinja2.defaults [assertion] + find_module called for: jinja2.filters [assertion] + find_module called for: jinja2.runtime [assertion] + find_module called for: jinja2.exceptions [assertion] + find_module called for: jinja2.tests [assertion] + find_module called for: jinja2.lexer [assertion] + find_module called for: unicodedata [assertion] + find_module called for: jinja2._stringdefs [assertion] + find_module called for: jinja2.parser [assertion] + find_module called for: jinja2.optimizer [assertion] + find_module called for: jinja2.visitor [assertion] + find_module called for: jinja2.compiler [assertion] + find_module called for: jinja2.loaders [assertion] + find_module called for: jinja2.bccache [assertion] + find_module called for: pickle [assertion] + find_module called for: _compat_pickle [assertion] + find_module called for: org [assertion] + find_module called for: _pickle [assertion] + find_module called for: pelican.contents [assertion] + find_module called for: pelican.settings [assertion] + find_module called for: pelican.utils [assertion] + find_module called for: pytz [assertion] + find_module called for: UserDict [assertion] + find_module called for: pytz.exceptions [assertion] + find_module called for: pytz.tzinfo [assertion] + find_module called for: pytz.tzfile [assertion] + find_module called for: cStringIO [assertion] + find_module called for: encodings.ascii [assertion] + find_module called for: pelican.urlwrappers [assertion] + find_module called for: pelican.readers [assertion] + find_module called for: docutils [assertion] + find_module called for: docutils.core [assertion] + find_module called for: docutils.frontend [assertion] + find_module called for: configparser [assertion] + find_module called for: docutils.utils [assertion] + find_module called for: docutils.nodes [assertion] + find_module called for: docutils.io [assertion] + find_module called for: docutils._compat [assertion] + find_module called for: docutils.utils.error_reporting [assertion] + find_module called for: docutils.readers [assertion] + find_module called for: docutils.parsers [assertion] + find_module called for: docutils.transforms [assertion] + find_module called for: docutils.languages [assertion] + find_module called for: docutils.transforms.universal [assertion] + find_module called for: docutils.utils.smartquotes [assertion] + find_module called for: docutils.writers [assertion] + find_module called for: docutils.readers.doctree [assertion] + find_module called for: docutils.writers.html4css1 [assertion] + find_module called for: urllib.request [assertion] + find_module called for: base64 [assertion] + find_module called for: binascii [assertion] + find_module called for: email [assertion] + find_module called for: http [assertion] + find_module called for: http.client [assertion] + find_module called for: email.parser [assertion] + find_module called for: email.feedparser [assertion] + find_module called for: email.errors [assertion] + find_module called for: email.message [assertion] + find_module called for: uu [assertion] + find_module called for: email.utils [assertion] + find_module called for: socket [assertion] + find_module called for: _socket [assertion] + find_module called for: email._parseaddr [assertion] + find_module called for: calendar [assertion] + find_module called for: quopri [assertion] + find_module called for: email.encoders [assertion] + find_module called for: email.header [assertion] + find_module called for: email.quoprimime [assertion] + find_module called for: email.base64mime [assertion] + find_module called for: email.charset [assertion] + find_module called for: email.iterators [assertion] + find_module called for: ssl [assertion] + find_module called for: _ssl [assertion] + find_module called for: urllib.error [assertion] + find_module called for: urllib.response [assertion] + find_module called for: PIL [assertion] + find_module called for: Image [assertion] + find_module called for: docutils.transforms.writer_aux [assertion] + find_module called for: docutils.utils.math [assertion] + find_module called for: docutils.utils.math.unichar2tex [assertion] + find_module called for: docutils.utils.math.latex2mathml [assertion] + find_module called for: docutils.utils.math.tex2unichar [assertion] + find_module called for: docutils.utils.math.math2html [assertion] + find_module called for: pelican.rstdirectives [assertion] + find_module called for: docutils.parsers.rst [assertion] + find_module called for: docutils.statemachine [assertion] + find_module called for: docutils.parsers.rst.states [assertion] + find_module called for: roman [assertion] + find_module called for: docutils.utils.roman [assertion] + find_module called for: docutils.parsers.rst.directives [assertion] + find_module called for: docutils.parsers.rst.languages [assertion] + find_module called for: docutils.parsers.rst.languages.en [assertion] + find_module called for: docutils.parsers.rst.tableparser [assertion] + find_module called for: docutils.parsers.rst.roles [assertion] + find_module called for: docutils.utils.code_analyzer [assertion] + find_module called for: pygments [assertion] + find_module called for: pygments.util [assertion] + find_module called for: pygments.lexers [assertion] + find_module called for: pygments.lexers._mapping [assertion] + find_module called for: pygments.plugin [assertion] + find_module called for: pygments.formatters [assertion] + find_module called for: pygments.formatters._mapping [assertion] + find_module called for: pygments.formatters.bbcode [assertion] + find_module called for: pygments.formatter [assertion] + find_module called for: pygments.styles [assertion] + find_module called for: pygments.formatters.html [assertion] + find_module called for: pygments.token [assertion] + find_module called for: ctags [assertion] + find_module called for: pygments.formatters.img [assertion] + find_module called for: PIL [assertion] + find_module called for: winreg [assertion] + find_module called for: pygments.formatters.latex [assertion] + find_module called for: pygments.formatters.other [assertion] + find_module called for: pygments.console [assertion] + find_module called for: pygments.formatters.rtf [assertion] + find_module called for: pygments.formatters.svg [assertion] + find_module called for: pygments.formatters.terminal [assertion] + find_module called for: pygments.formatters.terminal256 [assertion] + find_module called for: docutils.utils.punctuation_chars [assertion] + find_module called for: docutils.utils.urischemes [assertion] + find_module called for: pygments.lexers.special [assertion] + find_module called for: pygments.lexer [assertion] + find_module called for: pygments.filter [assertion] + find_module called for: pygments.filters [assertion] + find_module called for: pygments.styles.default [assertion] + find_module called for: pygments.style [assertion] + find_module called for: markdown [assertion] + find_module called for: asciidocapi [assertion] + find_module called for: cgi [assertion] + find_module called for: html [assertion] + find_module called for: html.parser [assertion] + find_module called for: _markupbase [assertion] + find_module called for: pelican.log [assertion] + find_module called for: pelican.writers [assertion] + find_module called for: feedgenerator [assertion] + find_module called for: feedgenerator.django [assertion] + find_module called for: feedgenerator.django.utils [assertion] + find_module called for: feedgenerator.django.utils.feedgenerator [assertion] + find_module called for: feedgenerator.django.utils.xmlutils [assertion] + find_module called for: xml [assertion] + find_module called for: xml.sax [assertion] + find_module called for: xml.sax.xmlreader [assertion] + find_module called for: xml.sax.handler [assertion] + find_module called for: xml.sax._exceptions [assertion] + find_module called for: xml.sax.saxutils [assertion] + find_module called for: feedgenerator.django.utils.encoding [assertion] + find_module called for: decimal [assertion] + find_module called for: numbers [assertion] + find_module called for: feedgenerator.django.utils.functional [assertion] + find_module called for: feedgenerator.django.utils.six [assertion] + find_module called for: feedgenerator.django.utils.datetime_safe [assertion] + find_module called for: feedgenerator.django.utils.timezone [assertion] + find_module called for: pelican.paginator [assertion] + find_module called for: webassets [assertion] + finish pytest_make_collect_report --> [hook] + pytest_collectreport {'report': } [hook] + genitems [collection] + pytest_collectstart {'collector': } [hook] + pytest_make_collect_report {'collector': } [hook] + find_module called for: gzip_cache [assertion] + find_module called for: gzip_cache.gzip_cache [assertion] + find_module called for: gzip [assertion] + find_module called for: zlib [assertion] + find_module called for: gzip_cache.test_gzip_cache [assertion] + matched test file '/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.py' [assertion] + found cached rewritten pyc for '/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.py' [assertion] + find_module called for: unittest [assertion] + find_module called for: unittest.result [assertion] + find_module called for: unittest.util [assertion] + find_module called for: unittest.case [assertion] + find_module called for: difflib [assertion] + find_module called for: unittest.suite [assertion] + find_module called for: unittest.loader [assertion] + find_module called for: unittest.main [assertion] + find_module called for: unittest.runner [assertion] + find_module called for: unittest.signals [assertion] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'contextmanager'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'mkdtemp'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'gzip_cache'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'os'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'tempfile'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'temporary_folder'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'TestGzipCache'} [hook] + finish pytest_pycollect_makeitem --> [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'rmtree'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'unittest'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': '@pytest_ar'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': '@py_builtins'} [hook] + finish pytest_make_collect_report --> [hook] + genitems [collection] + pytest_collectstart {'collector': } [hook] + pytest_make_collect_report {'collector': } [hook] + finish pytest_make_collect_report --> [hook] + genitems [collection] + pytest_itemcollected {'item': } [hook] + genitems [collection] + pytest_itemcollected {'item': } [hook] + pytest_collectreport {'report': } [hook] + pytest_collectreport {'report': } [hook] + genitems [collection] + pytest_collectstart {'collector': } [hook] + pytest_make_collect_report {'collector': } [hook] + find_module called for: summary [assertion] + find_module called for: summary.summary [assertion] + find_module called for: summary.test_summary [assertion] + matched test file '/home/dturgut/src/pelican-plugins/summary/test_summary.py' [assertion] + found cached rewritten pyc for '/home/dturgut/src/pelican-plugins/summary/test_summary.py' [assertion] + find_module called for: jinja2.constants [assertion] + pytest_pycollect_makeitem {'collector': , 'obj': 'Tortor vestibulum imperdiet sapien convallis facilisi bibendum tempus luctus, mollis elit netus nunc facilisi fermentum, eleifend magna purus nostra fusce,. Tempor felis parturient hymenaeos, porta iaculis sapien facilisis hac, leo fusce vitae nullam, ut tristique nisl in lacinia, diam cras eros nisl. Euismod elementum enim vehicula, libero leo hac turpis lobortis nascetur gravida, pellentesque lorem semper maecenas nam ornare. Euismod imperdiet ut ipsum orci, nam luctus dui pellentesque orci at, semper netus eu dui.', 'name': 'TEST_SUMMARY'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'summary'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'Page'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'generate_lorem_ipsum'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'unittest'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': '@pytest_ar'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': '@py_builtins'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': '

Tellus dignissim ultricies pretium sapien ultrices, vel auctor at ullamcorper euismod a lacus, a orci semper accumsan, tincidunt. Lacinia felis malesuada feugiat, luctus lacus nostra dignissim dictum netus, primis gravida felis eleifend tempus. Lobortis suscipit proin facilisis interdum purus pharetra, consequat lorem egestas ipsum luctus nibh, faucibus est consectetuer enim, quam.

', 'name': 'TEST_CONTENT'} [hook] + pytest_pycollect_makeitem {'collector': , 'obj': , 'name': 'TestSummary'} [hook] + finish pytest_pycollect_makeitem --> [hook] + finish pytest_make_collect_report --> [hook] + genitems [collection] + pytest_collectstart {'collector': } [hook] + pytest_make_collect_report {'collector': } [hook] + finish pytest_make_collect_report --> [hook] + genitems [collection] + pytest_itemcollected {'item': } [hook] + genitems [collection] + pytest_itemcollected {'item': } [hook] + genitems [collection] + pytest_itemcollected {'item': } [hook] + pytest_collectreport {'report': } [hook] + pytest_collectreport {'report': } [hook] + pytest_collection_modifyitems {'items': [, , , , ], 'session': , 'config': <_pytest.config.Config object at 0x1b27390>} [hook] + pytest_collection_finish {'session': } [hook] + finish pytest_collection --> [, , , , ] [hook] + pytest_runtestloop {'session': } [hook] + pytest_runtest_protocol {'item': , 'nextitem': } [hook] + pytest_runtest_logstart {'nodeid': 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_creates_gzip_file', 'location': ('gzip_cache/test_gzip_cache.py', 43, 'TestGzipCache.test_creates_gzip_file')} [hook] + pytest_runtest_setup {'item': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('', '', '') [hook] + pytest_runtest_call {'item': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('passed', '.', 'PASSED') [hook] + pytest_runtest_teardown {'item': , 'nextitem': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('', '', '') [hook] + finish pytest_runtest_protocol --> True [hook] + pytest_runtest_protocol {'item': , 'nextitem': } [hook] + pytest_runtest_logstart {'nodeid': 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_should_compress', 'location': ('gzip_cache/test_gzip_cache.py', 31, 'TestGzipCache.test_should_compress')} [hook] + pytest_runtest_setup {'item': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('', '', '') [hook] + pytest_runtest_call {'item': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('passed', '.', 'PASSED') [hook] + pytest_runtest_teardown {'item': , 'nextitem': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('', '', '') [hook] + finish pytest_runtest_protocol --> True [hook] + pytest_runtest_protocol {'item': , 'nextitem': } [hook] + pytest_runtest_logstart {'nodeid': 'summary/test_summary.py::TestSummary::test_begin_end_summary', 'location': ('summary/test_summary.py', 65, 'TestSummary.test_begin_end_summary')} [hook] + pytest_runtest_setup {'item': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('', '', '') [hook] + pytest_runtest_call {'item': } [hook] + find_module called for: jinja2._markupsafe._constants [assertion] + find_module called for: unidecode [assertion] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('passed', '.', 'PASSED') [hook] + pytest_runtest_teardown {'item': , 'nextitem': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('', '', '') [hook] + finish pytest_runtest_protocol --> True [hook] + pytest_runtest_protocol {'item': , 'nextitem': } [hook] + pytest_runtest_logstart {'nodeid': 'summary/test_summary.py::TestSummary::test_begin_summary', 'location': ('summary/test_summary.py', 55, 'TestSummary.test_begin_summary')} [hook] + pytest_runtest_setup {'item': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('', '', '') [hook] + pytest_runtest_call {'item': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('passed', '.', 'PASSED') [hook] + pytest_runtest_teardown {'item': , 'nextitem': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('', '', '') [hook] + finish pytest_runtest_protocol --> True [hook] + pytest_runtest_protocol {'item': , 'nextitem': None} [hook] + pytest_runtest_logstart {'nodeid': 'summary/test_summary.py::TestSummary::test_end_summary', 'location': ('summary/test_summary.py', 45, 'TestSummary.test_end_summary')} [hook] + pytest_runtest_setup {'item': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('', '', '') [hook] + pytest_runtest_call {'item': } [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('passed', '.', 'PASSED') [hook] + pytest_runtest_teardown {'item': , 'nextitem': None} [hook] + pytest_runtest_makereport {'item': , 'call': } [hook] + finish pytest_runtest_makereport --> [hook] + pytest_runtest_logreport {'report': } [hook] + pytest_report_teststatus {'report': } [hook] + finish pytest_report_teststatus --> ('', '', '') [hook] + finish pytest_runtest_protocol --> True [hook] + finish pytest_runtestloop --> True [hook] + pytest_sessionfinish {'session': , 'exitstatus': 1} [hook] + pytest_terminal_summary {'terminalreporter': <_pytest.terminal.TerminalReporter object at 0x1c59390>} [hook] + pytest_unconfigure {'config': <_pytest.config.Config object at 0x1b27390>} [hook] + finish [config:tmpdir] diff --git a/tests/test_data/themes/test_summary.py b/summary/test_summary.py similarity index 100% rename from tests/test_data/themes/test_summary.py rename to summary/test_summary.py diff --git a/tests/__init__.py b/tests/__init__.py deleted file mode 100644 index 32353ea..0000000 --- a/tests/__init__.py +++ /dev/null @@ -1,2 +0,0 @@ -import logging -logging.getLogger().addHandler(logging.NullHandler()) diff --git a/tests/test_data/content/2012-11-30_filename-metadata.rst b/tests/content/2012-11-30_filename-metadata.rst similarity index 100% rename from tests/test_data/content/2012-11-30_filename-metadata.rst rename to tests/content/2012-11-30_filename-metadata.rst diff --git a/tests/test_data/content/another_super_article-fr.rst b/tests/content/another_super_article-fr.rst similarity index 100% rename from tests/test_data/content/another_super_article-fr.rst rename to tests/content/another_super_article-fr.rst diff --git a/tests/test_data/content/another_super_article.rst b/tests/content/another_super_article.rst similarity index 100% rename from tests/test_data/content/another_super_article.rst rename to tests/content/another_super_article.rst diff --git a/tests/test_data/content/article2-fr.rst b/tests/content/article2-fr.rst similarity index 100% rename from tests/test_data/content/article2-fr.rst rename to tests/content/article2-fr.rst diff --git a/tests/test_data/content/article2.rst b/tests/content/article2.rst similarity index 100% rename from tests/test_data/content/article2.rst rename to tests/content/article2.rst diff --git a/tests/test_data/content/cat1/article1.rst b/tests/content/cat1/article1.rst similarity index 100% rename from tests/test_data/content/cat1/article1.rst rename to tests/content/cat1/article1.rst diff --git a/tests/test_data/content/cat1/article2.rst b/tests/content/cat1/article2.rst similarity index 100% rename from tests/test_data/content/cat1/article2.rst rename to tests/content/cat1/article2.rst diff --git a/tests/test_data/content/cat1/article3.rst b/tests/content/cat1/article3.rst similarity index 100% rename from tests/test_data/content/cat1/article3.rst rename to tests/content/cat1/article3.rst diff --git a/tests/test_data/content/cat1/markdown-article.md b/tests/content/cat1/markdown-article.md similarity index 100% rename from tests/test_data/content/cat1/markdown-article.md rename to tests/content/cat1/markdown-article.md diff --git a/tests/test_data/content/draft_article.rst b/tests/content/draft_article.rst similarity index 100% rename from tests/test_data/content/draft_article.rst rename to tests/content/draft_article.rst diff --git a/tests/test_data/content/extra/robots.txt b/tests/content/extra/robots.txt similarity index 100% rename from tests/test_data/content/extra/robots.txt rename to tests/content/extra/robots.txt diff --git a/tests/test_data/content/pages/hidden_page.rst b/tests/content/pages/hidden_page.rst similarity index 100% rename from tests/test_data/content/pages/hidden_page.rst rename to tests/content/pages/hidden_page.rst diff --git a/tests/test_data/content/pages/jinja2_template.html b/tests/content/pages/jinja2_template.html similarity index 100% rename from tests/test_data/content/pages/jinja2_template.html rename to tests/content/pages/jinja2_template.html diff --git a/tests/test_data/content/pages/override_url_saveas.rst b/tests/content/pages/override_url_saveas.rst similarity index 100% rename from tests/test_data/content/pages/override_url_saveas.rst rename to tests/content/pages/override_url_saveas.rst diff --git a/tests/test_data/content/pages/test_page.rst b/tests/content/pages/test_page.rst similarity index 100% rename from tests/test_data/content/pages/test_page.rst rename to tests/content/pages/test_page.rst diff --git a/tests/test_data/content/pictures/Fat_Cat.jpg b/tests/content/pictures/Fat_Cat.jpg similarity index 100% rename from tests/test_data/content/pictures/Fat_Cat.jpg rename to tests/content/pictures/Fat_Cat.jpg diff --git a/tests/test_data/content/pictures/Sushi.jpg b/tests/content/pictures/Sushi.jpg similarity index 100% rename from tests/test_data/content/pictures/Sushi.jpg rename to tests/content/pictures/Sushi.jpg diff --git a/tests/test_data/content/pictures/Sushi_Macro.jpg b/tests/content/pictures/Sushi_Macro.jpg similarity index 100% rename from tests/test_data/content/pictures/Sushi_Macro.jpg rename to tests/content/pictures/Sushi_Macro.jpg diff --git a/tests/test_data/content/super_article.rst b/tests/content/super_article.rst similarity index 100% rename from tests/test_data/content/super_article.rst rename to tests/content/super_article.rst diff --git a/tests/test_data/content/unbelievable.rst b/tests/content/unbelievable.rst similarity index 100% rename from tests/test_data/content/unbelievable.rst rename to tests/content/unbelievable.rst diff --git a/tests/test_data/content/unwanted_file b/tests/content/unwanted_file similarity index 100% rename from tests/test_data/content/unwanted_file rename to tests/content/unwanted_file diff --git a/tests/test_data/pelican.conf.py b/tests/pelican.conf.py similarity index 100% rename from tests/test_data/pelican.conf.py rename to tests/pelican.conf.py diff --git a/tests/test_data/themes/notmyidea/static/css/main.css b/tests/themes/notmyidea/static/css/main.css similarity index 100% rename from tests/test_data/themes/notmyidea/static/css/main.css rename to tests/themes/notmyidea/static/css/main.css diff --git a/tests/test_data/themes/notmyidea/static/css/pygment.css b/tests/themes/notmyidea/static/css/pygment.css similarity index 100% rename from tests/test_data/themes/notmyidea/static/css/pygment.css rename to tests/themes/notmyidea/static/css/pygment.css diff --git a/tests/test_data/themes/notmyidea/static/css/reset.css b/tests/themes/notmyidea/static/css/reset.css similarity index 100% rename from tests/test_data/themes/notmyidea/static/css/reset.css rename to tests/themes/notmyidea/static/css/reset.css diff --git a/tests/test_data/themes/notmyidea/static/css/typogrify.css b/tests/themes/notmyidea/static/css/typogrify.css similarity index 100% rename from tests/test_data/themes/notmyidea/static/css/typogrify.css rename to tests/themes/notmyidea/static/css/typogrify.css diff --git a/tests/test_data/themes/notmyidea/static/css/wide.css b/tests/themes/notmyidea/static/css/wide.css similarity index 100% rename from tests/test_data/themes/notmyidea/static/css/wide.css rename to tests/themes/notmyidea/static/css/wide.css diff --git a/tests/test_data/themes/notmyidea/static/images/icons/aboutme.png b/tests/themes/notmyidea/static/images/icons/aboutme.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/aboutme.png rename to tests/themes/notmyidea/static/images/icons/aboutme.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/bitbucket.png b/tests/themes/notmyidea/static/images/icons/bitbucket.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/bitbucket.png rename to tests/themes/notmyidea/static/images/icons/bitbucket.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/delicious.png b/tests/themes/notmyidea/static/images/icons/delicious.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/delicious.png rename to tests/themes/notmyidea/static/images/icons/delicious.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/facebook.png b/tests/themes/notmyidea/static/images/icons/facebook.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/facebook.png rename to tests/themes/notmyidea/static/images/icons/facebook.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/github.png b/tests/themes/notmyidea/static/images/icons/github.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/github.png rename to tests/themes/notmyidea/static/images/icons/github.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/gitorious.png b/tests/themes/notmyidea/static/images/icons/gitorious.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/gitorious.png rename to tests/themes/notmyidea/static/images/icons/gitorious.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/gittip.png b/tests/themes/notmyidea/static/images/icons/gittip.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/gittip.png rename to tests/themes/notmyidea/static/images/icons/gittip.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/google-groups.png b/tests/themes/notmyidea/static/images/icons/google-groups.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/google-groups.png rename to tests/themes/notmyidea/static/images/icons/google-groups.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/google-plus.png b/tests/themes/notmyidea/static/images/icons/google-plus.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/google-plus.png rename to tests/themes/notmyidea/static/images/icons/google-plus.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/hackernews.png b/tests/themes/notmyidea/static/images/icons/hackernews.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/hackernews.png rename to tests/themes/notmyidea/static/images/icons/hackernews.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/lastfm.png b/tests/themes/notmyidea/static/images/icons/lastfm.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/lastfm.png rename to tests/themes/notmyidea/static/images/icons/lastfm.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/linkedin.png b/tests/themes/notmyidea/static/images/icons/linkedin.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/linkedin.png rename to tests/themes/notmyidea/static/images/icons/linkedin.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/reddit.png b/tests/themes/notmyidea/static/images/icons/reddit.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/reddit.png rename to tests/themes/notmyidea/static/images/icons/reddit.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/rss.png b/tests/themes/notmyidea/static/images/icons/rss.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/rss.png rename to tests/themes/notmyidea/static/images/icons/rss.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/slideshare.png b/tests/themes/notmyidea/static/images/icons/slideshare.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/slideshare.png rename to tests/themes/notmyidea/static/images/icons/slideshare.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/speakerdeck.png b/tests/themes/notmyidea/static/images/icons/speakerdeck.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/speakerdeck.png rename to tests/themes/notmyidea/static/images/icons/speakerdeck.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/twitter.png b/tests/themes/notmyidea/static/images/icons/twitter.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/twitter.png rename to tests/themes/notmyidea/static/images/icons/twitter.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/vimeo.png b/tests/themes/notmyidea/static/images/icons/vimeo.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/vimeo.png rename to tests/themes/notmyidea/static/images/icons/vimeo.png diff --git a/tests/test_data/themes/notmyidea/static/images/icons/youtube.png b/tests/themes/notmyidea/static/images/icons/youtube.png similarity index 100% rename from tests/test_data/themes/notmyidea/static/images/icons/youtube.png rename to tests/themes/notmyidea/static/images/icons/youtube.png diff --git a/tests/test_data/themes/notmyidea/templates/analytics.html b/tests/themes/notmyidea/templates/analytics.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/analytics.html rename to tests/themes/notmyidea/templates/analytics.html diff --git a/tests/test_data/themes/notmyidea/templates/archives.html b/tests/themes/notmyidea/templates/archives.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/archives.html rename to tests/themes/notmyidea/templates/archives.html diff --git a/tests/test_data/themes/notmyidea/templates/article.html b/tests/themes/notmyidea/templates/article.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/article.html rename to tests/themes/notmyidea/templates/article.html diff --git a/tests/test_data/themes/notmyidea/templates/article_infos.html b/tests/themes/notmyidea/templates/article_infos.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/article_infos.html rename to tests/themes/notmyidea/templates/article_infos.html diff --git a/tests/test_data/themes/notmyidea/templates/author.html b/tests/themes/notmyidea/templates/author.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/author.html rename to tests/themes/notmyidea/templates/author.html diff --git a/tests/test_data/themes/notmyidea/templates/authors.html b/tests/themes/notmyidea/templates/authors.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/authors.html rename to tests/themes/notmyidea/templates/authors.html diff --git a/tests/test_data/themes/notmyidea/templates/base.html b/tests/themes/notmyidea/templates/base.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/base.html rename to tests/themes/notmyidea/templates/base.html diff --git a/tests/test_data/themes/notmyidea/templates/category.html b/tests/themes/notmyidea/templates/category.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/category.html rename to tests/themes/notmyidea/templates/category.html diff --git a/tests/test_data/themes/notmyidea/templates/comments.html b/tests/themes/notmyidea/templates/comments.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/comments.html rename to tests/themes/notmyidea/templates/comments.html diff --git a/tests/test_data/themes/notmyidea/templates/disqus_script.html b/tests/themes/notmyidea/templates/disqus_script.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/disqus_script.html rename to tests/themes/notmyidea/templates/disqus_script.html diff --git a/tests/test_data/themes/notmyidea/templates/github.html b/tests/themes/notmyidea/templates/github.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/github.html rename to tests/themes/notmyidea/templates/github.html diff --git a/tests/test_data/themes/notmyidea/templates/index.html b/tests/themes/notmyidea/templates/index.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/index.html rename to tests/themes/notmyidea/templates/index.html diff --git a/tests/test_data/themes/notmyidea/templates/page.html b/tests/themes/notmyidea/templates/page.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/page.html rename to tests/themes/notmyidea/templates/page.html diff --git a/tests/test_data/themes/notmyidea/templates/piwik.html b/tests/themes/notmyidea/templates/piwik.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/piwik.html rename to tests/themes/notmyidea/templates/piwik.html diff --git a/tests/test_data/themes/notmyidea/templates/tag.html b/tests/themes/notmyidea/templates/tag.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/tag.html rename to tests/themes/notmyidea/templates/tag.html diff --git a/tests/test_data/themes/notmyidea/templates/taglist.html b/tests/themes/notmyidea/templates/taglist.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/taglist.html rename to tests/themes/notmyidea/templates/taglist.html diff --git a/tests/test_data/themes/notmyidea/templates/translations.html b/tests/themes/notmyidea/templates/translations.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/translations.html rename to tests/themes/notmyidea/templates/translations.html diff --git a/tests/test_data/themes/notmyidea/templates/twitter.html b/tests/themes/notmyidea/templates/twitter.html similarity index 100% rename from tests/test_data/themes/notmyidea/templates/twitter.html rename to tests/themes/notmyidea/templates/twitter.html diff --git a/tests/test_data/themes/simple/templates/archives.html b/tests/themes/simple/templates/archives.html similarity index 100% rename from tests/test_data/themes/simple/templates/archives.html rename to tests/themes/simple/templates/archives.html diff --git a/tests/test_data/themes/simple/templates/article.html b/tests/themes/simple/templates/article.html similarity index 100% rename from tests/test_data/themes/simple/templates/article.html rename to tests/themes/simple/templates/article.html diff --git a/tests/test_data/themes/simple/templates/author.html b/tests/themes/simple/templates/author.html similarity index 100% rename from tests/test_data/themes/simple/templates/author.html rename to tests/themes/simple/templates/author.html diff --git a/tests/test_data/themes/simple/templates/base.html b/tests/themes/simple/templates/base.html similarity index 100% rename from tests/test_data/themes/simple/templates/base.html rename to tests/themes/simple/templates/base.html diff --git a/tests/test_data/themes/simple/templates/categories.html b/tests/themes/simple/templates/categories.html similarity index 100% rename from tests/test_data/themes/simple/templates/categories.html rename to tests/themes/simple/templates/categories.html diff --git a/tests/test_data/themes/simple/templates/category.html b/tests/themes/simple/templates/category.html similarity index 100% rename from tests/test_data/themes/simple/templates/category.html rename to tests/themes/simple/templates/category.html diff --git a/tests/test_data/themes/simple/templates/gosquared.html b/tests/themes/simple/templates/gosquared.html similarity index 100% rename from tests/test_data/themes/simple/templates/gosquared.html rename to tests/themes/simple/templates/gosquared.html diff --git a/tests/test_data/themes/simple/templates/index.html b/tests/themes/simple/templates/index.html similarity index 100% rename from tests/test_data/themes/simple/templates/index.html rename to tests/themes/simple/templates/index.html diff --git a/tests/test_data/themes/simple/templates/page.html b/tests/themes/simple/templates/page.html similarity index 100% rename from tests/test_data/themes/simple/templates/page.html rename to tests/themes/simple/templates/page.html diff --git a/tests/test_data/themes/simple/templates/pagination.html b/tests/themes/simple/templates/pagination.html similarity index 100% rename from tests/test_data/themes/simple/templates/pagination.html rename to tests/themes/simple/templates/pagination.html diff --git a/tests/test_data/themes/simple/templates/tag.html b/tests/themes/simple/templates/tag.html similarity index 100% rename from tests/test_data/themes/simple/templates/tag.html rename to tests/themes/simple/templates/tag.html diff --git a/tests/test_data/themes/simple/templates/tags.html b/tests/themes/simple/templates/tags.html similarity index 100% rename from tests/test_data/themes/simple/templates/tags.html rename to tests/themes/simple/templates/tags.html diff --git a/tests/test_data/themes/simple/templates/translations.html b/tests/themes/simple/templates/translations.html similarity index 100% rename from tests/test_data/themes/simple/templates/translations.html rename to tests/themes/simple/templates/translations.html