fprintd/tests
Marco Trevisan (Treviño) 06480c7994 tests/fprintd: Use a new bus for each test unit
When creating a new unit we used to get the system bus via Gio.bus_get_sync,
however this has a singleton implementation, and so would always return the
same connection, creating issues in tests when a new test suite is added
because the newly got connection would be already closed.

So, just manually create a new bus connection, also close the bus and
cleanup the test bus in dbus.
2020-03-17 17:09:19 +01:00
..
dbusmock tests: Fix num-enroll-stages signature in dbusmock template 2020-02-04 15:38:17 +01:00
pam build: Remove autotools support 2020-02-05 16:54:54 +01:00
prints tests: Add test prints from libfprint 2019-12-03 17:08:03 +01:00
fprintd.py tests/fprintd: Use a new bus for each test unit 2020-03-17 17:09:19 +01:00
meson.build tests: Increase debugging for daemon tests 2020-02-05 15:25:35 +01:00
test_fprintd_utils.py test_fprintd_utils: Support running under valgrind 2020-02-04 15:39:01 +01:00