bumblebee-status/tests
Tobi-wan Kenobi f33711f49f [core] Pass configuration parameters to modules
User can now use -p <key>=<value> to pass configuration parameters to
modules. For this, the module gets a "parameter()" method. Parameter
keys are in the format <name>.<key> where <name> is the name of the
loaded module. This is either the name of the module itself (e.g. "cpu")
or its alias, if the user specified it, for example:

bumblebee-status -m cpu -p cpu.warning=90

vs.

bumblebee-status -m cpu:test -p test.warning=90

see #23
2016-12-09 08:00:26 +01:00
..
modules [tests] Generic module tests 2016-12-09 07:27:01 +01:00
__init__.py [core/output] Add widget drawing 2016-12-04 12:53:18 +01:00
test_config.py [tests/config] Small refactoring (renaming) 2016-12-04 08:25:11 +01:00
test_engine.py [core] Pass configuration parameters to modules 2016-12-09 08:00:26 +01:00
test_i3baroutput.py [modules/datetime] Re-enable datetime module 2016-12-09 07:11:23 +01:00
test_module.py [core] Pass configuration parameters to modules 2016-12-09 08:00:26 +01:00
test_store.py [core] Add "Store" interface 2016-12-09 07:41:07 +01:00
test_theme.py [core/theme] Add support for icon themes 2016-12-08 12:09:21 +01:00
util.py [tests] Generic module tests 2016-12-09 07:27:01 +01:00