Michal Koziel
Michal Koziel
must have! We use python a lot, but none of the supported languages. I guess C, C++ and Rust would be next
I've made this PR https://github.com/mkemlogic/umockdev/pull/1 as a workaround. This allows me to generate one event at a time, or multiple if needed.
@martinpitt is this something you would consider to include? lack of this is a show stopper for one of my major clients (~500 employees). They have to maintain their own...
Thank you for the quick reply! My PR https://github.com/mkemlogic/umockdev/pull/1 is a dirty hack so please look at it as a demonstration of the functionality I'm requesting. Although it runs stable...
I get that to work from the console too. But it did not work in umockdev-wrapper context. I was actually trying this in my code ``` cmd = g_strdup_printf("evemu-event --sync...
Yes, exactly what I need :-) `umockdev_testbed_wait_script` could probably be named something without `script`, but this looks very good. I think this will be a great improvement because one can...
:-) Thank you for picking this up. umockdev is a great tool and saves a lot of time while improving test quality. Well done!