Advertisement
Guest User

Untitled

a guest
May 28th, 2015
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. (python3) ➜ scrapi git:(python3) ✗ inv test
  2. Raven is not configured (logging is disabled). Please see the documentation for more information.
  3. INFO:raven.base.Client:Raven is not configured (logging is disabled). Please see the documentation for more information.
  4. WARNING:scrapi.events:USE_FLUENTD is set to False; logs will not be stored
  5. INFO:scrapi.base:Class BaseHarvester not added to registry
  6. INFO:scrapi.base:Class JSONHarvester not added to registry
  7. INFO:scrapi.base:Class XMLHarvester not added to registry
  8. INFO:scrapi.base:Class OAIHarvester not added to registry
  9. ERROR:scrapi.harvesters.plos:No PLOS_API_KEY found, PLoS will always return []
  10. ============================= test session starts ==============================
  11. platform darwin -- Python 3.4.1 -- py-1.4.26 -- pytest-2.6.3
  12. plugins: cov
  13. collected 72 items / 2 errors
  14.  
  15. tests/test_base.py F.FFFFFFFF
  16. tests/test_cassandra_processor.py sss
  17. tests/test_database_managment.py .....
  18. tests/test_helpers.py FFFF..
  19. tests/test_json_harvester.py F
  20. tests/test_logging.py ..FF.FF..
  21. tests/test_oai_harvester.py F
  22. tests/test_processing.py .....
  23. tests/test_requests.py ..s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement