wireplumber/tests/wplua/scripts
Ashok Sidipotu 4d7ce2292e tests: Add tests for WpSettings object
- settings.c tests conf file loading & parsing, metadata updates,
  wpsetttings object creation and its API.
- settings.lua tests the API from lua scripts.
- Add a sample settings.conf file, this file contains sections copied
  over from client.conf along with the settings section. Add a file
  each for wp side and lua side of scripts.
- Make changes in base test infrastructure to take a custom conf file.
- Enhance the wp_settings_get_instance_api() to be take metadata_name
  parameter. So, Wpsetttings is now a singleton instance for a given
  metadata file.
- Enhance the m-settings module also to be take metadata_name parameter.
  this is handy for lua side of tests as its cumbersome to do this is
  lua.
2023-04-17 07:44:19 -04:00
..
lib wplua: enable the use of require() to load lua libraries from scripts/lib 2022-04-23 20:14:59 +03:00
async-activation.lua tests: wplua: add a test for asynchronous script activation 2022-04-23 20:14:59 +03:00
json.lua m-lua-scripting: ignore string/integer table keys when constructing a JSON Array/Object 2023-01-04 11:20:14 -05:00
monitor-rules.lua tests/lua: test monitor configuration rules code 2021-02-13 11:55:00 +02:00
pod.lua spa-pod: add support for custom Id properties 2021-09-21 12:29:54 -04:00
require.lua wplua: enable the use of require() to load lua libraries from scripts/lib 2022-04-23 20:14:59 +03:00
settings.lua tests: Add tests for WpSettings object 2023-04-17 07:44:19 -04:00