debian-forge/osbuild/testutil
Alexander Larsson eea81b660a testutils: Add assert_dict_has
This is a convenient way for tests to assert that some nested dicts
(like a parsed json) has a particular key/value somewhere in it.

For example:
  assert_dict_has(config, "toplevel.subitem.key", True)
2023-12-12 09:54:38 +01:00
..
__init__.py testutils: Add assert_dict_has 2023-12-12 09:54:38 +01:00
imports.py osbuild: add new testutil.imports module to help test stages 2023-11-07 15:12:08 +01:00