Commit 5d3d85d
committed
fix(tests): make tests show CRITICAL errors
logging.disable() refers to the maximum logging level you should *not* see. The current code hides even Critical
https://docs.python.org/2/library/logging.html#logging.disable1 parent 74b3c7a commit 5d3d85d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments