python-dbusmock:fmftest

Last commit made on 2023-01-27
Get this branch:
git clone -b fmftest https://git.launchpad.net/python-dbusmock

Branch merges

Branch information

Name:
fmftest
Repository:
lp:python-dbusmock

Recent commits

5c3f3f9... by Martin Pitt

Add custom prepare step to second plan

84dffd6... by Martin Pitt

split test, use fmf for both plans

a366f71... by Martin Pitt

fmf: Add a second test plan

1e3f3ef... by Martin Pitt

fake change

7901b9a... by Martin Pitt

Support loading templates from XDG_DATA_DIRS

This is useful for shipping templates in distro -devel packages which
are not generic or stable enough to be maintained in the dbusmock
project.

Fixes #168

a981c16... by Martin Pitt

README: Fix podman exec command

743da67... by Jonas Ã…dahl

templates/power_profiles: Fix Actions property type

It should be an 'as' (array of strings), not an 'a(as)' (array of tuples
containing an array of strings) which it is now.

For reference:

https://gitlab.freedesktop.org/hadess/power-profiles-daemon/-/blob/0.12/src/net.hadess.PowerProfiles.xml#L127

066d891... by Martin Pitt

tests: Add CentOS 9 stream to CI

1c6e2f6... by Martin Pitt

README: Add CI status badge

bf12a49... by Martin Pitt

dbusmock: Adjust to pylint 2.14.4

`no-self-use` was moved to an optional extension.

pylint now also complains about the allegedly unnecessary lambda,
quiesce it.