circa1741

Results 10 comments of circa1741

NUnit has Multiple Asserts. See https://docs.nunit.org/articles/nunit/writing-tests/assertions/multiple-asserts.html. It would be nice if Webdrive.IO has the same capability. "This is particularly useful for testing things like object initialization and UI appearance as...

I have difficulty using Bluetooth Classic integration with iPhone I guess because of the way it conserves battery usage. I find the Bluetooth Low Energy integration with Xiaomi Mi Band...

@mgiako -- Would you mind sharing your configuration for Bluetooth Classic? I get a lot of "not_home" for the iphone even if it has not moved from when it registered...

@mgiako -- Thank you for sharing your configuration. My Home Assistant is installed in an i7 laptop wired to the switch. Unfortunately, not everyone can run network cabling at their...

In my current BLE integration, I have increased the "timeout" and "updateFrequency" options to try to reduce MQTT updates. But the trade off is that it affects how soon the...

I have not used MbUnit in years but would like to add to this discussion if my memory serves me correctly. Assuming [Test Z] dependson [Test A]. I then run...

(Samples taken from http://blog.bits-in-motion.com/search?q=mbunit) When writing integration tests, it is sometimes useful to chain several tests together that capture a logical sequence of operations. MbUnit can capture this chaining either...

I have an idea that is more of a twist for dependency and ordering. The discussion, so far, regarding dependency is "go ahead and run Test H (and possibly 8...

How about something like these attributes instead: - [DependsOnPassing("Test so and so")] - [RunOnFail("Test blah blah blah")] Please note to which test these are attached to. These attributes should be...