Closed
Description
Should we keep the logging in the tests? Is it strictly necessary?
https://github.com/hackebrot/qutebrowser/blob/master/qutebrowser/test/log.py
@The-Compiler can you please briefly explain your thoughts behind the named module? Am I right that it is only used in the QApplication of the tests?
qutebrowser/test/__init__.py:26:from qutebrowser.test import log
qutebrowser/test/__init__.py:35:log.init()