]> 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)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sun, 19 Jun 2022 11:43:34 +0000 (20:43 +0900)
commit282fe15288c1580aa820142f9a9fae362d401902
tree3f9df6672dabe5cf70bcd8699fc7f1b2c8b16591
parent7301c94297d27287c6071630427e47bbc8421e6a
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