Add SilenceLoggerTestCaseMixin

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-12 03:13:07 -04:00
parent 2b0b9675fd
commit 5118cad9a2
5 changed files with 33 additions and 3 deletions

View File

@@ -50,6 +50,8 @@ Other changes
to the API app's URLs module.
* Update PyYAML to version 5.1. Update use of safe_load and
safe_dump to load and dump using the CSafeLoader and SafeLoader as fallback.
* Add SilenceLoggerTestCaseMixin to lower level of loggers
during tests.
Removals
--------