Soo I just found a bug in an automation I wrote. I wrote notify.mobile_app_fairphone instead of notify/mobile_app_fairphone
The reason it took me a while to find, is that I made the same mistake in the test I wrote for it. So that's why I thought: what if appdaemontestframework would validate service names are in the correct format, in the assertion?
I will probably implement this myself, as I think it is a good first issue, but just putting this here as a reminder for myself and documenting the reason to want it.
Soo I just found a bug in an automation I wrote. I wrote
notify.mobile_app_fairphoneinstead ofnotify/mobile_app_fairphoneThe reason it took me a while to find, is that I made the same mistake in the test I wrote for it. So that's why I thought: what if appdaemontestframework would validate service names are in the correct format, in the assertion?
I will probably implement this myself, as I think it is a good first issue, but just putting this here as a reminder for myself and documenting the reason to want it.