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

added logging sub-module #1155

Merged
merged 2 commits into from Apr 5, 2021
Merged

Commits on Apr 5, 2021

  1. added logging sub-module

    added logging sub-module
    
    python 2 compatibility
    
    fixed python 2 fix
    
    added test for custom tqdm class
    
    python 2 absolute imports
    
    (due to otherwise conflicting `logging` module)
    
    isort
    
    more tests relating to _get_first_found_console_formatter
    
    isort
    
    minor simplification
    
    test handleError
    
    test logging formatter being used
    
    minor rename to _get_first_found_console_logging_formatter
    
    test that certain exceptions are not swallowed
    
    avoid using mock.assert_called (py 3.5)
    
    moved to tqdm.contrib.logging
    
    added "Redirecting console logging to tqdm" readme
    
    removed no longer necessary absolute_import declaration
    
    minor: updated package of example in docstring
    de-code authored and casperdcl committed Apr 5, 2021
    1
    Copy the full SHA
    e86b9b1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7458666 View commit details
    Browse the repository at this point in the history