pytestdebug.log 120 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903
  1. versions pytest-2.3.4, py-1.4.13, python-3.2.3.final.0
  2. cwd=/home/dturgut/src/pelican-plugins
  3. args=['--debug']
  4. finish pytest_cmdline_parse --> <_pytest.config.Config object at 0x1b27390> [hook]
  5. pytest_cmdline_main {'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  6. pytest_plugin_registered {'manager': <_pytest.core.PluginManager object at 0x17cb410>, 'plugin': <Session 'pelican-plugins'>} [hook]
  7. pytest_configure {'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  8. configured with mode set to 'rewrite' [assertion]
  9. pytest_plugin_registered {'manager': <_pytest.core.PluginManager object at 0x17cb410>, 'plugin': <_pytest.terminal.TerminalReporter object at 0x1c59390>} [hook]
  10. pytest_sessionstart {'session': <Session 'pelican-plugins'>} [hook]
  11. pytest_plugin_registered {'manager': <_pytest.core.PluginManager object at 0x17cb410>, 'plugin': <_pytest.python.FixtureManager object at 0x1c59850>} [hook]
  12. pytest_report_header {'startdir': local('/home/dturgut/src/pelican-plugins'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  13. finish pytest_report_header --> [['using: pytest-2.3.4 pylib-1.4.13']] [hook]
  14. pytest_collection {'session': <Session 'pelican-plugins'>} [hook]
  15. perform_collect <Session 'pelican-plugins'> ['/home/dturgut/src/pelican-plugins'] [collection]
  16. pytest_collectstart {'collector': <Session 'pelican-plugins'>} [hook]
  17. pytest_make_collect_report {'collector': <Session 'pelican-plugins'>} [hook]
  18. processing argument /home/dturgut/src/pelican-plugins [collection]
  19. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  20. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/related_posts'), 'parent': <Session 'pelican-plugins'>} [hook]
  21. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  22. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/random_article'), 'parent': <Session 'pelican-plugins'>} [hook]
  23. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  24. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/latex'), 'parent': <Session 'pelican-plugins'>} [hook]
  25. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/.git'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  26. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  27. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets'), 'parent': <Session 'pelican-plugins'>} [hook]
  28. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  29. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/summary'), 'parent': <Session 'pelican-plugins'>} [hook]
  30. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  31. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/neighbors'), 'parent': <Session 'pelican-plugins'>} [hook]
  32. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  33. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive'), 'parent': <Session 'pelican-plugins'>} [hook]
  34. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  35. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity'), 'parent': <Session 'pelican-plugins'>} [hook]
  36. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  37. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/multi_part'), 'parent': <Session 'pelican-plugins'>} [hook]
  38. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  39. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/sitemap'), 'parent': <Session 'pelican-plugins'>} [hook]
  40. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  41. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests'), 'parent': <Session 'pelican-plugins'>} [hook]
  42. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  43. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/global_license'), 'parent': <Session 'pelican-plugins'>} [hook]
  44. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  45. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/github_activity'), 'parent': <Session 'pelican-plugins'>} [hook]
  46. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  47. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache'), 'parent': <Session 'pelican-plugins'>} [hook]
  48. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  49. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/gravatar'), 'parent': <Session 'pelican-plugins'>} [hook]
  50. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/.gitignore'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  51. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/.gitignore'), 'parent': <Session 'pelican-plugins'>} [hook]
  52. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/.travis.yml'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  53. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/.travis.yml'), 'parent': <Session 'pelican-plugins'>} [hook]
  54. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/Contributing.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  55. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/Contributing.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  56. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/LICENSE'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  57. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/LICENSE'), 'parent': <Session 'pelican-plugins'>} [hook]
  58. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  59. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  60. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/pytestdebug.log'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  61. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/pytestdebug.log'), 'parent': <Session 'pelican-plugins'>} [hook]
  62. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  63. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  64. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  65. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data'), 'parent': <Session 'pelican-plugins'>} [hook]
  66. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  67. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  68. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  69. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  70. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  71. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  72. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/assets.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  73. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/assets.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  74. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/assets.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  75. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/assets.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  76. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_assets.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  77. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/test_assets.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  78. pytest_pycollect_makemodule {'path': local('/home/dturgut/src/pelican-plugins/assets/test_assets.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  79. finish pytest_pycollect_makemodule --> <Module 'assets/test_assets.py'> [hook]
  80. finish pytest_collect_file --> [<Module 'assets/test_assets.py'>] [hook]
  81. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_assets.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  82. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/test_assets.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  83. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  84. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  85. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/assets.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  86. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/assets.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  87. 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]
  88. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/test_assets.cpython-27-PYTEST.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  89. 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]
  90. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/__pycache__/test_assets.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  91. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/templates'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  92. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/templates'), 'parent': <Session 'pelican-plugins'>} [hook]
  93. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  94. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static'), 'parent': <Session 'pelican-plugins'>} [hook]
  95. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static/css'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  96. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static/css'), 'parent': <Session 'pelican-plugins'>} [hook]
  97. 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]
  98. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static/css/style.min.css'), 'parent': <Session 'pelican-plugins'>} [hook]
  99. 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]
  100. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/static/css/style.scss'), 'parent': <Session 'pelican-plugins'>} [hook]
  101. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/templates/base.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  102. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/assets/test_data/templates/base.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  103. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  104. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  105. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  106. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  107. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  108. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  109. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  110. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  111. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/github_activity.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  112. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/github_activity.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  113. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/github_activity/github_activity.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  114. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/github_activity.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  115. 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]
  116. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  117. 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]
  118. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/github_activity/__pycache__/github_activity.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  119. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  120. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/global_license/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  121. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  122. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  123. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  124. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  125. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  126. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  127. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/global_license.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  128. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/global_license.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  129. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/global_license/global_license.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  130. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/global_license.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  131. 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]
  132. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  133. 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]
  134. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/global_license/__pycache__/global_license.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  135. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  136. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  137. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/Readme.md'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  138. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/Readme.md'), 'parent': <Session 'pelican-plugins'>} [hook]
  139. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  140. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  141. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  142. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  143. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/goodreads_activity.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  144. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/goodreads_activity.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  145. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/goodreads_activity.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  146. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/goodreads_activity.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  147. 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]
  148. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  149. 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]
  150. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/goodreads_activity/__pycache__/goodreads_activity.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  151. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  152. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  153. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  154. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  155. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  156. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  157. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  158. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  159. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/gravatar.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  160. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/gravatar.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  161. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/gravatar.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  162. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/gravatar.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  163. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  164. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  165. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__/gravatar.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  166. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gravatar/__pycache__/gravatar.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  167. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  168. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  169. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  170. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  171. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  172. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  173. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  174. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  175. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/gzip_cache.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  176. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/gzip_cache.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  177. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/gzip_cache.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  178. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/gzip_cache.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  179. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  180. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  181. pytest_pycollect_makemodule {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  182. finish pytest_pycollect_makemodule --> <Module 'gzip_cache/test_gzip_cache.py'> [hook]
  183. finish pytest_collect_file --> [<Module 'gzip_cache/test_gzip_cache.py'>] [hook]
  184. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  185. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  186. 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]
  187. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  188. 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]
  189. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/gzip_cache.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  190. 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]
  191. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/test_gzip_cache.cpython-27-PYTEST.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  192. 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]
  193. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/test_gzip_cache.cpython-32-PYTEST.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  194. 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]
  195. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/gzip_cache/__pycache__/test_gzip_cache.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  196. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  197. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  198. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  199. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  200. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  201. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  202. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  203. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  204. 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]
  205. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/html_rst_directive.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  206. 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]
  207. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/html_rst_directive.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  208. 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]
  209. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  210. 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]
  211. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/html_rst_directive/__pycache__/html_rst_directive.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  212. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  213. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  214. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/Readme.md'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  215. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/Readme.md'), 'parent': <Session 'pelican-plugins'>} [hook]
  216. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  217. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  218. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  219. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  220. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/latex.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  221. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/latex.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  222. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/latex.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  223. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/latex.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  224. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  225. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  226. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__/latex.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  227. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/latex/__pycache__/latex.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  228. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  229. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  230. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/Readme.md'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  231. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/Readme.md'), 'parent': <Session 'pelican-plugins'>} [hook]
  232. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  233. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  234. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  235. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  236. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/multi_part.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  237. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/multi_part.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  238. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/multi_part/multi_part.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  239. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/multi_part.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  240. 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]
  241. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  242. 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]
  243. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/multi_part/__pycache__/multi_part.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  244. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  245. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  246. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  247. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  248. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  249. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  250. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  251. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  252. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/neighbors.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  253. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/neighbors.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  254. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/neighbors.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  255. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/neighbors.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  256. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  257. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  258. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__/neighbors.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  259. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/neighbors/__pycache__/neighbors.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  260. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  261. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/random_article/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  262. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/Readme.md'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  263. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/Readme.md'), 'parent': <Session 'pelican-plugins'>} [hook]
  264. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  265. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  266. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  267. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  268. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/random_article.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  269. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/random_article.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  270. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/random_article/random_article.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  271. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/random_article.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  272. 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]
  273. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  274. 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]
  275. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/random_article/__pycache__/random_article.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  276. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  277. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  278. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  279. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  280. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  281. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  282. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  283. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  284. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/related_posts.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  285. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/related_posts.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  286. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/related_posts/related_posts.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  287. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/related_posts.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  288. 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]
  289. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  290. 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]
  291. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/related_posts/__pycache__/related_posts.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  292. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  293. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  294. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  295. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  296. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  297. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  298. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  299. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  300. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/sitemap.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  301. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/sitemap.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  302. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/sitemap.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  303. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/sitemap.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  304. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  305. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  306. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__/sitemap.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  307. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/sitemap/__pycache__/sitemap.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  308. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  309. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__'), 'parent': <Session 'pelican-plugins'>} [hook]
  310. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  311. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  312. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__init__.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  313. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__init__.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  314. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__init__.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  315. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__init__.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  316. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/summary.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  317. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/summary.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  318. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/summary.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  319. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/summary.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  320. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/test_summary.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  321. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/test_summary.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  322. pytest_pycollect_makemodule {'path': local('/home/dturgut/src/pelican-plugins/summary/test_summary.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  323. finish pytest_pycollect_makemodule --> <Module 'summary/test_summary.py'> [hook]
  324. finish pytest_collect_file --> [<Module 'summary/test_summary.py'>] [hook]
  325. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/test_summary.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  326. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/test_summary.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  327. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/__init__.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  328. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/__init__.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  329. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/summary.cpython-32.pyc'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  330. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/summary.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  331. 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]
  332. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/test_summary.cpython-27-PYTEST.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  333. 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]
  334. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/test_summary.cpython-32-PYTEST.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  335. 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]
  336. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/summary/__pycache__/test_summary.cpython-32.pyc'), 'parent': <Session 'pelican-plugins'>} [hook]
  337. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  338. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes'), 'parent': <Session 'pelican-plugins'>} [hook]
  339. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  340. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/content'), 'parent': <Session 'pelican-plugins'>} [hook]
  341. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/Readme.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  342. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/Readme.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  343. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/pelican.conf.py'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  344. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/pelican.conf.py'), 'parent': <Session 'pelican-plugins'>} [hook]
  345. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  346. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages'), 'parent': <Session 'pelican-plugins'>} [hook]
  347. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  348. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures'), 'parent': <Session 'pelican-plugins'>} [hook]
  349. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  350. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1'), 'parent': <Session 'pelican-plugins'>} [hook]
  351. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/extra'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  352. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/content/extra'), 'parent': <Session 'pelican-plugins'>} [hook]
  353. 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]
  354. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/2012-11-30_filename-metadata.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  355. 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]
  356. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/another_super_article-fr.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  357. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/another_super_article.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  358. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/another_super_article.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  359. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/article2-fr.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  360. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/article2-fr.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  361. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/article2.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  362. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/article2.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  363. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/draft_article.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  364. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/draft_article.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  365. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/super_article.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  366. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/super_article.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  367. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/unbelievable.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  368. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/unbelievable.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  369. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/unwanted_file'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  370. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/unwanted_file'), 'parent': <Session 'pelican-plugins'>} [hook]
  371. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article1.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  372. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article1.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  373. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article2.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  374. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article2.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  375. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article3.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  376. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/article3.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  377. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/markdown-article.md'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  378. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/cat1/markdown-article.md'), 'parent': <Session 'pelican-plugins'>} [hook]
  379. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/extra/robots.txt'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  380. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/extra/robots.txt'), 'parent': <Session 'pelican-plugins'>} [hook]
  381. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/hidden_page.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  382. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/hidden_page.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  383. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/jinja2_template.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  384. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/jinja2_template.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  385. 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]
  386. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/override_url_saveas.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  387. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/test_page.rst'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  388. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pages/test_page.rst'), 'parent': <Session 'pelican-plugins'>} [hook]
  389. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Fat_Cat.jpg'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  390. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Fat_Cat.jpg'), 'parent': <Session 'pelican-plugins'>} [hook]
  391. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Sushi.jpg'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  392. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Sushi.jpg'), 'parent': <Session 'pelican-plugins'>} [hook]
  393. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Sushi_Macro.jpg'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  394. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/content/pictures/Sushi_Macro.jpg'), 'parent': <Session 'pelican-plugins'>} [hook]
  395. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  396. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple'), 'parent': <Session 'pelican-plugins'>} [hook]
  397. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  398. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea'), 'parent': <Session 'pelican-plugins'>} [hook]
  399. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  400. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates'), 'parent': <Session 'pelican-plugins'>} [hook]
  401. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  402. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static'), 'parent': <Session 'pelican-plugins'>} [hook]
  403. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  404. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css'), 'parent': <Session 'pelican-plugins'>} [hook]
  405. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  406. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images'), 'parent': <Session 'pelican-plugins'>} [hook]
  407. 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]
  408. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/main.css'), 'parent': <Session 'pelican-plugins'>} [hook]
  409. 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]
  410. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/pygment.css'), 'parent': <Session 'pelican-plugins'>} [hook]
  411. 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]
  412. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/reset.css'), 'parent': <Session 'pelican-plugins'>} [hook]
  413. 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]
  414. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/typogrify.css'), 'parent': <Session 'pelican-plugins'>} [hook]
  415. 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]
  416. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/css/wide.css'), 'parent': <Session 'pelican-plugins'>} [hook]
  417. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  418. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons'), 'parent': <Session 'pelican-plugins'>} [hook]
  419. 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]
  420. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/aboutme.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  421. 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]
  422. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/bitbucket.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  423. 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]
  424. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/delicious.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  425. 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]
  426. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/facebook.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  427. 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]
  428. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/github.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  429. 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]
  430. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/gitorious.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  431. 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]
  432. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/gittip.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  433. 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]
  434. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/google-groups.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  435. 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]
  436. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/google-plus.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  437. 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]
  438. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/hackernews.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  439. 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]
  440. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/lastfm.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  441. 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]
  442. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/linkedin.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  443. 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]
  444. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/reddit.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  445. 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]
  446. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/rss.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  447. 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]
  448. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/slideshare.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  449. 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]
  450. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/speakerdeck.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  451. 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]
  452. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/twitter.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  453. 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]
  454. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/vimeo.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  455. 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]
  456. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/static/images/icons/youtube.png'), 'parent': <Session 'pelican-plugins'>} [hook]
  457. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/analytics.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  458. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/analytics.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  459. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/archives.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  460. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/archives.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  461. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/article.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  462. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/article.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  463. 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]
  464. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/article_infos.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  465. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/author.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  466. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/author.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  467. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/authors.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  468. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/authors.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  469. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/base.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  470. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/base.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  471. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/category.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  472. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/category.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  473. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/comments.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  474. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/comments.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  475. 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]
  476. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/disqus_script.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  477. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/github.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  478. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/github.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  479. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/index.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  480. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/index.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  481. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/page.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  482. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/page.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  483. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/piwik.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  484. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/piwik.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  485. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/tag.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  486. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/tag.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  487. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/taglist.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  488. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/taglist.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  489. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/translations.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  490. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/translations.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  491. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/twitter.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  492. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/notmyidea/templates/twitter.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  493. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  494. pytest_collect_directory {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates'), 'parent': <Session 'pelican-plugins'>} [hook]
  495. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/archives.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  496. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/archives.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  497. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/article.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  498. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/article.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  499. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/author.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  500. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/author.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  501. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/base.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  502. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/base.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  503. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/categories.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  504. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/categories.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  505. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/category.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  506. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/category.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  507. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/gosquared.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  508. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/gosquared.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  509. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/index.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  510. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/index.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  511. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/page.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  512. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/page.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  513. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/pagination.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  514. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/pagination.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  515. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/tag.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  516. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/tag.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  517. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/tags.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  518. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/tags.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  519. pytest_ignore_collect {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/translations.html'), 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  520. pytest_collect_file {'path': local('/home/dturgut/src/pelican-plugins/tests/themes/simple/templates/translations.html'), 'parent': <Session 'pelican-plugins'>} [hook]
  521. finish pytest_make_collect_report --> <CollectReport '.' lenresult=3 outcome='passed'> [hook]
  522. pytest_collectreport {'report': <CollectReport '.' lenresult=3 outcome='passed'>} [hook]
  523. genitems <Module 'assets/test_assets.py'> [collection]
  524. pytest_collectstart {'collector': <Module 'assets/test_assets.py'>} [hook]
  525. pytest_make_collect_report {'collector': <Module 'assets/test_assets.py'>} [hook]
  526. find_module called for: assets [assertion]
  527. find_module called for: assets.assets [assertion]
  528. find_module called for: logging [assertion]
  529. find_module called for: threading [assertion]
  530. find_module called for: pelican [assertion]
  531. find_module called for: six [assertion]
  532. find_module called for: argparse [assertion]
  533. find_module called for: pelican.signals [assertion]
  534. find_module called for: blinker [assertion]
  535. find_module called for: blinker.base [assertion]
  536. find_module called for: blinker._utilities [assertion]
  537. find_module called for: blinker._saferef [assertion]
  538. find_module called for: contextlib [assertion]
  539. find_module called for: pelican.generators [assertion]
  540. find_module called for: datetime [assertion]
  541. find_module called for: _datetime [assertion]
  542. find_module called for: shutil [assertion]
  543. find_module called for: tarfile [assertion]
  544. find_module called for: grp [assertion]
  545. find_module called for: pwd [assertion]
  546. find_module called for: bz2 [assertion]
  547. find_module called for: jinja2 [assertion]
  548. find_module called for: jinja2.environment [assertion]
  549. find_module called for: jinja2.nodes [assertion]
  550. find_module called for: jinja2.utils [assertion]
  551. find_module called for: markupsafe [assertion]
  552. find_module called for: jinja2._markupsafe [assertion]
  553. find_module called for: jinja2._markupsafe._speedups [assertion]
  554. find_module called for: jinja2._markupsafe._native [assertion]
  555. find_module called for: jinja2.defaults [assertion]
  556. find_module called for: jinja2.filters [assertion]
  557. find_module called for: jinja2.runtime [assertion]
  558. find_module called for: jinja2.exceptions [assertion]
  559. find_module called for: jinja2.tests [assertion]
  560. find_module called for: jinja2.lexer [assertion]
  561. find_module called for: unicodedata [assertion]
  562. find_module called for: jinja2._stringdefs [assertion]
  563. find_module called for: jinja2.parser [assertion]
  564. find_module called for: jinja2.optimizer [assertion]
  565. find_module called for: jinja2.visitor [assertion]
  566. find_module called for: jinja2.compiler [assertion]
  567. find_module called for: jinja2.loaders [assertion]
  568. find_module called for: jinja2.bccache [assertion]
  569. find_module called for: pickle [assertion]
  570. find_module called for: _compat_pickle [assertion]
  571. find_module called for: org [assertion]
  572. find_module called for: _pickle [assertion]
  573. find_module called for: pelican.contents [assertion]
  574. find_module called for: pelican.settings [assertion]
  575. find_module called for: pelican.utils [assertion]
  576. find_module called for: pytz [assertion]
  577. find_module called for: UserDict [assertion]
  578. find_module called for: pytz.exceptions [assertion]
  579. find_module called for: pytz.tzinfo [assertion]
  580. find_module called for: pytz.tzfile [assertion]
  581. find_module called for: cStringIO [assertion]
  582. find_module called for: encodings.ascii [assertion]
  583. find_module called for: pelican.urlwrappers [assertion]
  584. find_module called for: pelican.readers [assertion]
  585. find_module called for: docutils [assertion]
  586. find_module called for: docutils.core [assertion]
  587. find_module called for: docutils.frontend [assertion]
  588. find_module called for: configparser [assertion]
  589. find_module called for: docutils.utils [assertion]
  590. find_module called for: docutils.nodes [assertion]
  591. find_module called for: docutils.io [assertion]
  592. find_module called for: docutils._compat [assertion]
  593. find_module called for: docutils.utils.error_reporting [assertion]
  594. find_module called for: docutils.readers [assertion]
  595. find_module called for: docutils.parsers [assertion]
  596. find_module called for: docutils.transforms [assertion]
  597. find_module called for: docutils.languages [assertion]
  598. find_module called for: docutils.transforms.universal [assertion]
  599. find_module called for: docutils.utils.smartquotes [assertion]
  600. find_module called for: docutils.writers [assertion]
  601. find_module called for: docutils.readers.doctree [assertion]
  602. find_module called for: docutils.writers.html4css1 [assertion]
  603. find_module called for: urllib.request [assertion]
  604. find_module called for: base64 [assertion]
  605. find_module called for: binascii [assertion]
  606. find_module called for: email [assertion]
  607. find_module called for: http [assertion]
  608. find_module called for: http.client [assertion]
  609. find_module called for: email.parser [assertion]
  610. find_module called for: email.feedparser [assertion]
  611. find_module called for: email.errors [assertion]
  612. find_module called for: email.message [assertion]
  613. find_module called for: uu [assertion]
  614. find_module called for: email.utils [assertion]
  615. find_module called for: socket [assertion]
  616. find_module called for: _socket [assertion]
  617. find_module called for: email._parseaddr [assertion]
  618. find_module called for: calendar [assertion]
  619. find_module called for: quopri [assertion]
  620. find_module called for: email.encoders [assertion]
  621. find_module called for: email.header [assertion]
  622. find_module called for: email.quoprimime [assertion]
  623. find_module called for: email.base64mime [assertion]
  624. find_module called for: email.charset [assertion]
  625. find_module called for: email.iterators [assertion]
  626. find_module called for: ssl [assertion]
  627. find_module called for: _ssl [assertion]
  628. find_module called for: urllib.error [assertion]
  629. find_module called for: urllib.response [assertion]
  630. find_module called for: PIL [assertion]
  631. find_module called for: Image [assertion]
  632. find_module called for: docutils.transforms.writer_aux [assertion]
  633. find_module called for: docutils.utils.math [assertion]
  634. find_module called for: docutils.utils.math.unichar2tex [assertion]
  635. find_module called for: docutils.utils.math.latex2mathml [assertion]
  636. find_module called for: docutils.utils.math.tex2unichar [assertion]
  637. find_module called for: docutils.utils.math.math2html [assertion]
  638. find_module called for: pelican.rstdirectives [assertion]
  639. find_module called for: docutils.parsers.rst [assertion]
  640. find_module called for: docutils.statemachine [assertion]
  641. find_module called for: docutils.parsers.rst.states [assertion]
  642. find_module called for: roman [assertion]
  643. find_module called for: docutils.utils.roman [assertion]
  644. find_module called for: docutils.parsers.rst.directives [assertion]
  645. find_module called for: docutils.parsers.rst.languages [assertion]
  646. find_module called for: docutils.parsers.rst.languages.en [assertion]
  647. find_module called for: docutils.parsers.rst.tableparser [assertion]
  648. find_module called for: docutils.parsers.rst.roles [assertion]
  649. find_module called for: docutils.utils.code_analyzer [assertion]
  650. find_module called for: pygments [assertion]
  651. find_module called for: pygments.util [assertion]
  652. find_module called for: pygments.lexers [assertion]
  653. find_module called for: pygments.lexers._mapping [assertion]
  654. find_module called for: pygments.plugin [assertion]
  655. find_module called for: pygments.formatters [assertion]
  656. find_module called for: pygments.formatters._mapping [assertion]
  657. find_module called for: pygments.formatters.bbcode [assertion]
  658. find_module called for: pygments.formatter [assertion]
  659. find_module called for: pygments.styles [assertion]
  660. find_module called for: pygments.formatters.html [assertion]
  661. find_module called for: pygments.token [assertion]
  662. find_module called for: ctags [assertion]
  663. find_module called for: pygments.formatters.img [assertion]
  664. find_module called for: PIL [assertion]
  665. find_module called for: winreg [assertion]
  666. find_module called for: pygments.formatters.latex [assertion]
  667. find_module called for: pygments.formatters.other [assertion]
  668. find_module called for: pygments.console [assertion]
  669. find_module called for: pygments.formatters.rtf [assertion]
  670. find_module called for: pygments.formatters.svg [assertion]
  671. find_module called for: pygments.formatters.terminal [assertion]
  672. find_module called for: pygments.formatters.terminal256 [assertion]
  673. find_module called for: docutils.utils.punctuation_chars [assertion]
  674. find_module called for: docutils.utils.urischemes [assertion]
  675. find_module called for: pygments.lexers.special [assertion]
  676. find_module called for: pygments.lexer [assertion]
  677. find_module called for: pygments.filter [assertion]
  678. find_module called for: pygments.filters [assertion]
  679. find_module called for: pygments.styles.default [assertion]
  680. find_module called for: pygments.style [assertion]
  681. find_module called for: markdown [assertion]
  682. find_module called for: asciidocapi [assertion]
  683. find_module called for: cgi [assertion]
  684. find_module called for: html [assertion]
  685. find_module called for: html.parser [assertion]
  686. find_module called for: _markupbase [assertion]
  687. find_module called for: pelican.log [assertion]
  688. find_module called for: pelican.writers [assertion]
  689. find_module called for: feedgenerator [assertion]
  690. find_module called for: feedgenerator.django [assertion]
  691. find_module called for: feedgenerator.django.utils [assertion]
  692. find_module called for: feedgenerator.django.utils.feedgenerator [assertion]
  693. find_module called for: feedgenerator.django.utils.xmlutils [assertion]
  694. find_module called for: xml [assertion]
  695. find_module called for: xml.sax [assertion]
  696. find_module called for: xml.sax.xmlreader [assertion]
  697. find_module called for: xml.sax.handler [assertion]
  698. find_module called for: xml.sax._exceptions [assertion]
  699. find_module called for: xml.sax.saxutils [assertion]
  700. find_module called for: feedgenerator.django.utils.encoding [assertion]
  701. find_module called for: decimal [assertion]
  702. find_module called for: numbers [assertion]
  703. find_module called for: feedgenerator.django.utils.functional [assertion]
  704. find_module called for: feedgenerator.django.utils.six [assertion]
  705. find_module called for: feedgenerator.django.utils.datetime_safe [assertion]
  706. find_module called for: feedgenerator.django.utils.timezone [assertion]
  707. find_module called for: pelican.paginator [assertion]
  708. find_module called for: webassets [assertion]
  709. finish pytest_make_collect_report --> <CollectReport 'assets/test_assets.py' lenresult=0 outcome='failed'> [hook]
  710. pytest_collectreport {'report': <CollectReport 'assets/test_assets.py' lenresult=0 outcome='failed'>} [hook]
  711. genitems <Module 'gzip_cache/test_gzip_cache.py'> [collection]
  712. pytest_collectstart {'collector': <Module 'gzip_cache/test_gzip_cache.py'>} [hook]
  713. pytest_make_collect_report {'collector': <Module 'gzip_cache/test_gzip_cache.py'>} [hook]
  714. find_module called for: gzip_cache [assertion]
  715. find_module called for: gzip_cache.gzip_cache [assertion]
  716. find_module called for: gzip [assertion]
  717. find_module called for: zlib [assertion]
  718. find_module called for: gzip_cache.test_gzip_cache [assertion]
  719. matched test file '/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.py' [assertion]
  720. found cached rewritten pyc for '/home/dturgut/src/pelican-plugins/gzip_cache/test_gzip_cache.py' [assertion]
  721. find_module called for: unittest [assertion]
  722. find_module called for: unittest.result [assertion]
  723. find_module called for: unittest.util [assertion]
  724. find_module called for: unittest.case [assertion]
  725. find_module called for: difflib [assertion]
  726. find_module called for: unittest.suite [assertion]
  727. find_module called for: unittest.loader [assertion]
  728. find_module called for: unittest.main [assertion]
  729. find_module called for: unittest.runner [assertion]
  730. find_module called for: unittest.signals [assertion]
  731. pytest_pycollect_makeitem {'collector': <Module 'gzip_cache/test_gzip_cache.py'>, 'obj': <function contextmanager at 0x1deb848>, 'name': 'contextmanager'} [hook]
  732. pytest_pycollect_makeitem {'collector': <Module 'gzip_cache/test_gzip_cache.py'>, 'obj': <function mkdtemp at 0x1b0ed98>, 'name': 'mkdtemp'} [hook]
  733. pytest_pycollect_makeitem {'collector': <Module 'gzip_cache/test_gzip_cache.py'>, 'obj': <module 'gzip_cache' from '/home/dturgut/src/pelican-plugins/gzip_cache/__init__.py'>, 'name': 'gzip_cache'} [hook]
  734. pytest_pycollect_makeitem {'collector': <Module 'gzip_cache/test_gzip_cache.py'>, 'obj': <module 'os' from '/home/dturgut/.virtualenvs/pelican-plugins3.2/lib/python3.2/os.py'>, 'name': 'os'} [hook]
  735. pytest_pycollect_makeitem {'collector': <Module 'gzip_cache/test_gzip_cache.py'>, 'obj': <module 'tempfile' from '/home/dturgut/.virtualenvs/pelican-plugins3.2/lib/python3.2/tempfile.py'>, 'name': 'tempfile'} [hook]
  736. pytest_pycollect_makeitem {'collector': <Module 'gzip_cache/test_gzip_cache.py'>, 'obj': <function temporary_folder at 0x2d10ea8>, 'name': 'temporary_folder'} [hook]
  737. pytest_pycollect_makeitem {'collector': <Module 'gzip_cache/test_gzip_cache.py'>, 'obj': <class 'gzip_cache.test_gzip_cache.TestGzipCache'>, 'name': 'TestGzipCache'} [hook]
  738. finish pytest_pycollect_makeitem --> <UnitTestCase 'TestGzipCache'> [hook]
  739. pytest_pycollect_makeitem {'collector': <Module 'gzip_cache/test_gzip_cache.py'>, 'obj': <function rmtree at 0x1e63270>, 'name': 'rmtree'} [hook]
  740. pytest_pycollect_makeitem {'collector': <Module 'gzip_cache/test_gzip_cache.py'>, 'obj': <module 'unittest' from '/usr/lib/python3.2/unittest/__init__.py'>, 'name': 'unittest'} [hook]
  741. pytest_pycollect_makeitem {'collector': <Module 'gzip_cache/test_gzip_cache.py'>, 'obj': <module '_pytest.assertion.rewrite' from '/home/dturgut/.virtualenvs/pelican-plugins3.2/lib/python3.2/site-packages/_pytest/assertion/rewrite.py'>, 'name': '@pytest_ar'} [hook]
  742. pytest_pycollect_makeitem {'collector': <Module 'gzip_cache/test_gzip_cache.py'>, 'obj': <module 'builtins' (built-in)>, 'name': '@py_builtins'} [hook]
  743. finish pytest_make_collect_report --> <CollectReport 'gzip_cache/test_gzip_cache.py' lenresult=1 outcome='passed'> [hook]
  744. genitems <UnitTestCase 'TestGzipCache'> [collection]
  745. pytest_collectstart {'collector': <UnitTestCase 'TestGzipCache'>} [hook]
  746. pytest_make_collect_report {'collector': <UnitTestCase 'TestGzipCache'>} [hook]
  747. finish pytest_make_collect_report --> <CollectReport 'gzip_cache/test_gzip_cache.py::TestGzipCache' lenresult=2 outcome='passed'> [hook]
  748. genitems <TestCaseFunction 'test_creates_gzip_file'> [collection]
  749. pytest_itemcollected {'item': <TestCaseFunction 'test_creates_gzip_file'>} [hook]
  750. genitems <TestCaseFunction 'test_should_compress'> [collection]
  751. pytest_itemcollected {'item': <TestCaseFunction 'test_should_compress'>} [hook]
  752. pytest_collectreport {'report': <CollectReport 'gzip_cache/test_gzip_cache.py::TestGzipCache' lenresult=2 outcome='passed'>} [hook]
  753. pytest_collectreport {'report': <CollectReport 'gzip_cache/test_gzip_cache.py' lenresult=1 outcome='passed'>} [hook]
  754. genitems <Module 'summary/test_summary.py'> [collection]
  755. pytest_collectstart {'collector': <Module 'summary/test_summary.py'>} [hook]
  756. pytest_make_collect_report {'collector': <Module 'summary/test_summary.py'>} [hook]
  757. find_module called for: summary [assertion]
  758. find_module called for: summary.summary [assertion]
  759. find_module called for: summary.test_summary [assertion]
  760. matched test file '/home/dturgut/src/pelican-plugins/summary/test_summary.py' [assertion]
  761. found cached rewritten pyc for '/home/dturgut/src/pelican-plugins/summary/test_summary.py' [assertion]
  762. find_module called for: jinja2.constants [assertion]
  763. pytest_pycollect_makeitem {'collector': <Module 'summary/test_summary.py'>, '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]
  764. pytest_pycollect_makeitem {'collector': <Module 'summary/test_summary.py'>, 'obj': <module 'summary' from '/home/dturgut/src/pelican-plugins/summary/__init__.py'>, 'name': 'summary'} [hook]
  765. pytest_pycollect_makeitem {'collector': <Module 'summary/test_summary.py'>, 'obj': <class 'pelican.contents.Page'>, 'name': 'Page'} [hook]
  766. pytest_pycollect_makeitem {'collector': <Module 'summary/test_summary.py'>, 'obj': <function generate_lorem_ipsum at 0x1f001e8>, 'name': 'generate_lorem_ipsum'} [hook]
  767. pytest_pycollect_makeitem {'collector': <Module 'summary/test_summary.py'>, 'obj': <module 'unittest' from '/usr/lib/python3.2/unittest/__init__.py'>, 'name': 'unittest'} [hook]
  768. pytest_pycollect_makeitem {'collector': <Module 'summary/test_summary.py'>, 'obj': <module '_pytest.assertion.rewrite' from '/home/dturgut/.virtualenvs/pelican-plugins3.2/lib/python3.2/site-packages/_pytest/assertion/rewrite.py'>, 'name': '@pytest_ar'} [hook]
  769. pytest_pycollect_makeitem {'collector': <Module 'summary/test_summary.py'>, 'obj': <module 'builtins' (built-in)>, 'name': '@py_builtins'} [hook]
  770. pytest_pycollect_makeitem {'collector': <Module 'summary/test_summary.py'>, 'obj': '<p>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.</p>', 'name': 'TEST_CONTENT'} [hook]
  771. pytest_pycollect_makeitem {'collector': <Module 'summary/test_summary.py'>, 'obj': <class 'summary.test_summary.TestSummary'>, 'name': 'TestSummary'} [hook]
  772. finish pytest_pycollect_makeitem --> <UnitTestCase 'TestSummary'> [hook]
  773. finish pytest_make_collect_report --> <CollectReport 'summary/test_summary.py' lenresult=1 outcome='passed'> [hook]
  774. genitems <UnitTestCase 'TestSummary'> [collection]
  775. pytest_collectstart {'collector': <UnitTestCase 'TestSummary'>} [hook]
  776. pytest_make_collect_report {'collector': <UnitTestCase 'TestSummary'>} [hook]
  777. finish pytest_make_collect_report --> <CollectReport 'summary/test_summary.py::TestSummary' lenresult=3 outcome='passed'> [hook]
  778. genitems <TestCaseFunction 'test_begin_end_summary'> [collection]
  779. pytest_itemcollected {'item': <TestCaseFunction 'test_begin_end_summary'>} [hook]
  780. genitems <TestCaseFunction 'test_begin_summary'> [collection]
  781. pytest_itemcollected {'item': <TestCaseFunction 'test_begin_summary'>} [hook]
  782. genitems <TestCaseFunction 'test_end_summary'> [collection]
  783. pytest_itemcollected {'item': <TestCaseFunction 'test_end_summary'>} [hook]
  784. pytest_collectreport {'report': <CollectReport 'summary/test_summary.py::TestSummary' lenresult=3 outcome='passed'>} [hook]
  785. pytest_collectreport {'report': <CollectReport 'summary/test_summary.py' lenresult=1 outcome='passed'>} [hook]
  786. pytest_collection_modifyitems {'items': [<TestCaseFunction 'test_creates_gzip_file'>, <TestCaseFunction 'test_should_compress'>, <TestCaseFunction 'test_begin_end_summary'>, <TestCaseFunction 'test_begin_summary'>, <TestCaseFunction 'test_end_summary'>], 'session': <Session 'pelican-plugins'>, 'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  787. pytest_collection_finish {'session': <Session 'pelican-plugins'>} [hook]
  788. finish pytest_collection --> [<TestCaseFunction 'test_creates_gzip_file'>, <TestCaseFunction 'test_should_compress'>, <TestCaseFunction 'test_begin_end_summary'>, <TestCaseFunction 'test_begin_summary'>, <TestCaseFunction 'test_end_summary'>] [hook]
  789. pytest_runtestloop {'session': <Session 'pelican-plugins'>} [hook]
  790. pytest_runtest_protocol {'item': <TestCaseFunction 'test_creates_gzip_file'>, 'nextitem': <TestCaseFunction 'test_should_compress'>} [hook]
  791. 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]
  792. pytest_runtest_setup {'item': <TestCaseFunction 'test_creates_gzip_file'>} [hook]
  793. pytest_runtest_makereport {'item': <TestCaseFunction 'test_creates_gzip_file'>, 'call': <CallInfo when='setup' result: []>} [hook]
  794. finish pytest_runtest_makereport --> <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_creates_gzip_file' when='setup' outcome='passed'> [hook]
  795. pytest_runtest_logreport {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_creates_gzip_file' when='setup' outcome='passed'>} [hook]
  796. pytest_report_teststatus {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_creates_gzip_file' when='setup' outcome='passed'>} [hook]
  797. finish pytest_report_teststatus --> ('', '', '') [hook]
  798. pytest_runtest_call {'item': <TestCaseFunction 'test_creates_gzip_file'>} [hook]
  799. pytest_runtest_makereport {'item': <TestCaseFunction 'test_creates_gzip_file'>, 'call': <CallInfo when='call' result: []>} [hook]
  800. finish pytest_runtest_makereport --> <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_creates_gzip_file' when='call' outcome='passed'> [hook]
  801. pytest_runtest_logreport {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_creates_gzip_file' when='call' outcome='passed'>} [hook]
  802. pytest_report_teststatus {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_creates_gzip_file' when='call' outcome='passed'>} [hook]
  803. finish pytest_report_teststatus --> ('passed', '.', 'PASSED') [hook]
  804. pytest_runtest_teardown {'item': <TestCaseFunction 'test_creates_gzip_file'>, 'nextitem': <TestCaseFunction 'test_should_compress'>} [hook]
  805. pytest_runtest_makereport {'item': <TestCaseFunction 'test_creates_gzip_file'>, 'call': <CallInfo when='teardown' result: []>} [hook]
  806. finish pytest_runtest_makereport --> <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_creates_gzip_file' when='teardown' outcome='passed'> [hook]
  807. pytest_runtest_logreport {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_creates_gzip_file' when='teardown' outcome='passed'>} [hook]
  808. pytest_report_teststatus {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_creates_gzip_file' when='teardown' outcome='passed'>} [hook]
  809. finish pytest_report_teststatus --> ('', '', '') [hook]
  810. finish pytest_runtest_protocol --> True [hook]
  811. pytest_runtest_protocol {'item': <TestCaseFunction 'test_should_compress'>, 'nextitem': <TestCaseFunction 'test_begin_end_summary'>} [hook]
  812. 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]
  813. pytest_runtest_setup {'item': <TestCaseFunction 'test_should_compress'>} [hook]
  814. pytest_runtest_makereport {'item': <TestCaseFunction 'test_should_compress'>, 'call': <CallInfo when='setup' result: []>} [hook]
  815. finish pytest_runtest_makereport --> <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_should_compress' when='setup' outcome='passed'> [hook]
  816. pytest_runtest_logreport {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_should_compress' when='setup' outcome='passed'>} [hook]
  817. pytest_report_teststatus {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_should_compress' when='setup' outcome='passed'>} [hook]
  818. finish pytest_report_teststatus --> ('', '', '') [hook]
  819. pytest_runtest_call {'item': <TestCaseFunction 'test_should_compress'>} [hook]
  820. pytest_runtest_makereport {'item': <TestCaseFunction 'test_should_compress'>, 'call': <CallInfo when='call' result: []>} [hook]
  821. finish pytest_runtest_makereport --> <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_should_compress' when='call' outcome='passed'> [hook]
  822. pytest_runtest_logreport {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_should_compress' when='call' outcome='passed'>} [hook]
  823. pytest_report_teststatus {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_should_compress' when='call' outcome='passed'>} [hook]
  824. finish pytest_report_teststatus --> ('passed', '.', 'PASSED') [hook]
  825. pytest_runtest_teardown {'item': <TestCaseFunction 'test_should_compress'>, 'nextitem': <TestCaseFunction 'test_begin_end_summary'>} [hook]
  826. pytest_runtest_makereport {'item': <TestCaseFunction 'test_should_compress'>, 'call': <CallInfo when='teardown' result: []>} [hook]
  827. finish pytest_runtest_makereport --> <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_should_compress' when='teardown' outcome='passed'> [hook]
  828. pytest_runtest_logreport {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_should_compress' when='teardown' outcome='passed'>} [hook]
  829. pytest_report_teststatus {'report': <TestReport 'gzip_cache/test_gzip_cache.py::TestGzipCache::test_should_compress' when='teardown' outcome='passed'>} [hook]
  830. finish pytest_report_teststatus --> ('', '', '') [hook]
  831. finish pytest_runtest_protocol --> True [hook]
  832. pytest_runtest_protocol {'item': <TestCaseFunction 'test_begin_end_summary'>, 'nextitem': <TestCaseFunction 'test_begin_summary'>} [hook]
  833. 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]
  834. pytest_runtest_setup {'item': <TestCaseFunction 'test_begin_end_summary'>} [hook]
  835. pytest_runtest_makereport {'item': <TestCaseFunction 'test_begin_end_summary'>, 'call': <CallInfo when='setup' result: []>} [hook]
  836. finish pytest_runtest_makereport --> <TestReport 'summary/test_summary.py::TestSummary::test_begin_end_summary' when='setup' outcome='passed'> [hook]
  837. pytest_runtest_logreport {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_end_summary' when='setup' outcome='passed'>} [hook]
  838. pytest_report_teststatus {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_end_summary' when='setup' outcome='passed'>} [hook]
  839. finish pytest_report_teststatus --> ('', '', '') [hook]
  840. pytest_runtest_call {'item': <TestCaseFunction 'test_begin_end_summary'>} [hook]
  841. find_module called for: jinja2._markupsafe._constants [assertion]
  842. find_module called for: unidecode [assertion]
  843. pytest_runtest_makereport {'item': <TestCaseFunction 'test_begin_end_summary'>, 'call': <CallInfo when='call' result: []>} [hook]
  844. finish pytest_runtest_makereport --> <TestReport 'summary/test_summary.py::TestSummary::test_begin_end_summary' when='call' outcome='passed'> [hook]
  845. pytest_runtest_logreport {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_end_summary' when='call' outcome='passed'>} [hook]
  846. pytest_report_teststatus {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_end_summary' when='call' outcome='passed'>} [hook]
  847. finish pytest_report_teststatus --> ('passed', '.', 'PASSED') [hook]
  848. pytest_runtest_teardown {'item': <TestCaseFunction 'test_begin_end_summary'>, 'nextitem': <TestCaseFunction 'test_begin_summary'>} [hook]
  849. pytest_runtest_makereport {'item': <TestCaseFunction 'test_begin_end_summary'>, 'call': <CallInfo when='teardown' result: []>} [hook]
  850. finish pytest_runtest_makereport --> <TestReport 'summary/test_summary.py::TestSummary::test_begin_end_summary' when='teardown' outcome='passed'> [hook]
  851. pytest_runtest_logreport {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_end_summary' when='teardown' outcome='passed'>} [hook]
  852. pytest_report_teststatus {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_end_summary' when='teardown' outcome='passed'>} [hook]
  853. finish pytest_report_teststatus --> ('', '', '') [hook]
  854. finish pytest_runtest_protocol --> True [hook]
  855. pytest_runtest_protocol {'item': <TestCaseFunction 'test_begin_summary'>, 'nextitem': <TestCaseFunction 'test_end_summary'>} [hook]
  856. pytest_runtest_logstart {'nodeid': 'summary/test_summary.py::TestSummary::test_begin_summary', 'location': ('summary/test_summary.py', 55, 'TestSummary.test_begin_summary')} [hook]
  857. pytest_runtest_setup {'item': <TestCaseFunction 'test_begin_summary'>} [hook]
  858. pytest_runtest_makereport {'item': <TestCaseFunction 'test_begin_summary'>, 'call': <CallInfo when='setup' result: []>} [hook]
  859. finish pytest_runtest_makereport --> <TestReport 'summary/test_summary.py::TestSummary::test_begin_summary' when='setup' outcome='passed'> [hook]
  860. pytest_runtest_logreport {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_summary' when='setup' outcome='passed'>} [hook]
  861. pytest_report_teststatus {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_summary' when='setup' outcome='passed'>} [hook]
  862. finish pytest_report_teststatus --> ('', '', '') [hook]
  863. pytest_runtest_call {'item': <TestCaseFunction 'test_begin_summary'>} [hook]
  864. pytest_runtest_makereport {'item': <TestCaseFunction 'test_begin_summary'>, 'call': <CallInfo when='call' result: []>} [hook]
  865. finish pytest_runtest_makereport --> <TestReport 'summary/test_summary.py::TestSummary::test_begin_summary' when='call' outcome='passed'> [hook]
  866. pytest_runtest_logreport {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_summary' when='call' outcome='passed'>} [hook]
  867. pytest_report_teststatus {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_summary' when='call' outcome='passed'>} [hook]
  868. finish pytest_report_teststatus --> ('passed', '.', 'PASSED') [hook]
  869. pytest_runtest_teardown {'item': <TestCaseFunction 'test_begin_summary'>, 'nextitem': <TestCaseFunction 'test_end_summary'>} [hook]
  870. pytest_runtest_makereport {'item': <TestCaseFunction 'test_begin_summary'>, 'call': <CallInfo when='teardown' result: []>} [hook]
  871. finish pytest_runtest_makereport --> <TestReport 'summary/test_summary.py::TestSummary::test_begin_summary' when='teardown' outcome='passed'> [hook]
  872. pytest_runtest_logreport {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_summary' when='teardown' outcome='passed'>} [hook]
  873. pytest_report_teststatus {'report': <TestReport 'summary/test_summary.py::TestSummary::test_begin_summary' when='teardown' outcome='passed'>} [hook]
  874. finish pytest_report_teststatus --> ('', '', '') [hook]
  875. finish pytest_runtest_protocol --> True [hook]
  876. pytest_runtest_protocol {'item': <TestCaseFunction 'test_end_summary'>, 'nextitem': None} [hook]
  877. pytest_runtest_logstart {'nodeid': 'summary/test_summary.py::TestSummary::test_end_summary', 'location': ('summary/test_summary.py', 45, 'TestSummary.test_end_summary')} [hook]
  878. pytest_runtest_setup {'item': <TestCaseFunction 'test_end_summary'>} [hook]
  879. pytest_runtest_makereport {'item': <TestCaseFunction 'test_end_summary'>, 'call': <CallInfo when='setup' result: []>} [hook]
  880. finish pytest_runtest_makereport --> <TestReport 'summary/test_summary.py::TestSummary::test_end_summary' when='setup' outcome='passed'> [hook]
  881. pytest_runtest_logreport {'report': <TestReport 'summary/test_summary.py::TestSummary::test_end_summary' when='setup' outcome='passed'>} [hook]
  882. pytest_report_teststatus {'report': <TestReport 'summary/test_summary.py::TestSummary::test_end_summary' when='setup' outcome='passed'>} [hook]
  883. finish pytest_report_teststatus --> ('', '', '') [hook]
  884. pytest_runtest_call {'item': <TestCaseFunction 'test_end_summary'>} [hook]
  885. pytest_runtest_makereport {'item': <TestCaseFunction 'test_end_summary'>, 'call': <CallInfo when='call' result: []>} [hook]
  886. finish pytest_runtest_makereport --> <TestReport 'summary/test_summary.py::TestSummary::test_end_summary' when='call' outcome='passed'> [hook]
  887. pytest_runtest_logreport {'report': <TestReport 'summary/test_summary.py::TestSummary::test_end_summary' when='call' outcome='passed'>} [hook]
  888. pytest_report_teststatus {'report': <TestReport 'summary/test_summary.py::TestSummary::test_end_summary' when='call' outcome='passed'>} [hook]
  889. finish pytest_report_teststatus --> ('passed', '.', 'PASSED') [hook]
  890. pytest_runtest_teardown {'item': <TestCaseFunction 'test_end_summary'>, 'nextitem': None} [hook]
  891. pytest_runtest_makereport {'item': <TestCaseFunction 'test_end_summary'>, 'call': <CallInfo when='teardown' result: []>} [hook]
  892. finish pytest_runtest_makereport --> <TestReport 'summary/test_summary.py::TestSummary::test_end_summary' when='teardown' outcome='passed'> [hook]
  893. pytest_runtest_logreport {'report': <TestReport 'summary/test_summary.py::TestSummary::test_end_summary' when='teardown' outcome='passed'>} [hook]
  894. pytest_report_teststatus {'report': <TestReport 'summary/test_summary.py::TestSummary::test_end_summary' when='teardown' outcome='passed'>} [hook]
  895. finish pytest_report_teststatus --> ('', '', '') [hook]
  896. finish pytest_runtest_protocol --> True [hook]
  897. finish pytest_runtestloop --> True [hook]
  898. pytest_sessionfinish {'session': <Session 'pelican-plugins'>, 'exitstatus': 1} [hook]
  899. pytest_terminal_summary {'terminalreporter': <_pytest.terminal.TerminalReporter object at 0x1c59390>} [hook]
  900. pytest_unconfigure {'config': <_pytest.config.Config object at 0x1b27390>} [hook]
  901. finish [config:tmpdir]