mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 03:22:39 +01:00
Set the loglevel of beets to `DEBUG` but capture all logging statements with nose. The logs are only printed when a test fails. This gives us more information when tests fail while being completely silent on success.
3 lines
49 B
INI
3 lines
49 B
INI
[nosetests]
|
|
verbosity=1
|
|
logging-clear-handlers=1
|