Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge pytest-catchlog plugin #2794

Merged
merged 33 commits into from
Oct 12, 2017
Merged

Commits on Sep 22, 2017

  1. Merge the pytest-catchlog plugin

    twmr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    8eafbd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6607478 View commit details
    Browse the repository at this point in the history
  3. Fix name clash

    twmr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    5130f57 View commit details
    Browse the repository at this point in the history
  4. Remove conftest

    twmr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    ca46f4f View commit details
    Browse the repository at this point in the history
  5. Upgrade py

    twmr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    a8e3eff View commit details
    Browse the repository at this point in the history
  6. Adapt (logging) unittest

    twmr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    1ba219e View commit details
    Browse the repository at this point in the history
  7. Cleanup pytest_addoption

    twmr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    1bea7e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98209e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e71a50 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    36cceeb View commit details
    Browse the repository at this point in the history
  11. Clean-up LogCaptureHandler

    twmr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    a1bd54e View commit details
    Browse the repository at this point in the history
  12. Remove outdated docstring

    twmr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    fc965c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87b8dc5 View commit details
    Browse the repository at this point in the history
  14. Remove _catchlog_ prefix

    twmr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    f1f6109 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d13e17c View commit details
    Browse the repository at this point in the history
  16. Use pytest.hookimpl instead of pytest.mark.hookwrapper

    pytest.mark.hookwrapper seems to be used nowhere in the _pytest package.
    twmr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    08f6b5f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e41fd52 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    57f66a4 View commit details
    Browse the repository at this point in the history
  19. catching_logs: Remove usage of 'closing' ctx manager

    The 'closing' context manager is only needed for the log_file_handler.
    twmr committed Sep 22, 2017
    Configuration menu
    Copy the full SHA
    3a40115 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    207f153 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2559ec8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Configuration menu
    Copy the full SHA
    ad21d5c View commit details
    Browse the repository at this point in the history
  2. Add thisch to AUTHORS

    twmr committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    296ac5c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    69f3bd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ec72d0 View commit details
    Browse the repository at this point in the history
  3. Remove usage of get_logger_obj

    twmr committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    1f3ab11 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    815dd19 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e83511 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    502652f View commit details
    Browse the repository at this point in the history
  7. Fix flake8 issue

    twmr committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    775f4a6 View commit details
    Browse the repository at this point in the history
  8. Move logging docu into own rst file

    Remove reference of pytest-catchlog plugin in plugins.rst
    twmr committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    f3261d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8aed5fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af75ca4 View commit details
    Browse the repository at this point in the history