hobovsky
hobovsky
While I agree with you and whenever given a choice, I prefer the "expected/got" kind of messages (for example Scala lets you choose between the two), many different frameworks seem...
Is it problem with approved translations, or with pending translations? This issue occurs when a Rust translation uses Rust 1.60 instead of 1.66. In pending translations, this is normal, because...
Does anything else than `it` and `describe` work when put in preloaded? Preloaded is not meant to hold elements of tests, like test groups or test cases. I am not...
I am not very familiar with LUA and its module loading mechanisms, and I did not manage to figure out how to make `busted` visible in the preloaded snippet. But...
Related: #113
Honestly, I would remove the example of JUnit 4 completely. It is supported so it can stay mentioned, but example is not necessary since new kata should use JUnit 5...
Maybe the example could not use `AreEqual` at could be changed to `Assert.That`? This would future-proof the docs for the time when F# would be updated to NUnit 4, like...
I would have to check exactly, because I am not sure at the moment but fluent assertions have been available in NUnit for some quite time already, and they are...
I completely forgot about the wiki howtos. Maybe the wiki page would be good candidate to be moved to the docs space? What do you think?
If you are willing to spend some effort on that, then go ahead. Someone will definitely find this useful, and we will have a page which we can link when...