]> git.alsa-project.org Git - alsa-gobject.git/commit
tests: refine helper function to test object
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 19 Jun 2022 11:38:51 +0000 (20:38 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 19 Jun 2022 11:38:51 +0000 (20:38 +0900)
commit2b29d9b2bd3c82e577f04d0d7a8b6ce4d55af703
tree3f9df6672dabe5cf70bcd8699fc7f1b2c8b16591
parent42da06ba0c074858fd291304e5fe01cfae3c4abf
tests: refine helper function to test object

When implementing GObject interface, available properties, virtual
methods, and signals are not referred by attributes of object, while
available methods are available.

This commit expands current helper function to test object interface.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
tests/helper.py