bumblebee-status/tests/core
tobi-wan-kenobi cb9a60668a [core/theme] Fix detection of "best matching theme"
Previous code accepted the "first" hit in a theme - particularly, if a
module is called "A" and a *different* module "B" uses "A" as state, a
widget of module B with state A would be themed as *module* A, wrongly.

Essentially, made sure that the last (most specific) themeing "wins".

fixes #647
2020-06-04 20:56:31 +02:00
..
__init__.py [tests] Restructure 2020-01-25 14:27:41 +01:00
test_config.py [tests] add more tests 2020-05-16 11:57:27 +02:00
test_decorators.py [core] more black'ing 2020-05-16 12:00:55 +02:00
test_event.py [formatting] reformat using "black -t py34" 2020-05-03 11:15:52 +02:00
test_input.py [core/input] Invoke commands in a subshell 2020-05-16 11:43:43 +02:00
test_module.py [core] more black'ing 2020-05-16 12:00:55 +02:00
test_output.py [formatting] reformat using "black -t py34" 2020-05-03 11:15:52 +02:00
test_theme.py [core/theme] Fix detection of "best matching theme" 2020-06-04 20:56:31 +02:00
test_widget.py [formatting] reformat using "black -t py34" 2020-05-03 11:15:52 +02:00