[tests] Fix failing tests

This commit is contained in:
tobi-wan-kenobi 2020-05-10 12:56:30 +02:00
parent c560c07890
commit b803f385a1
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
import bumblebee_status.discover
bumblebee_status.discover.discover()

View file

@ -2,6 +2,7 @@ import os
import importlib import importlib
import logging import logging
import core.config
import core.input import core.input
import core.widget import core.widget
import core.decorators import core.decorators