Open
Description
At https://docs.codewars.com/languages/fsharp/nunit#tests :
Challenge
should not beopen
ed as it pulls in all of the user's symbols into the tests, which can lead to conflicts/cheating. It is enough to writeUserModule.userFunction
to call the user's function (open
is similar to C#'susing
)- the order of arguments in
Assert.AreEqual()
is wrong, it should beAssert.AreEqual(expected, actual)
, as usual in NUnit - the optional message in 3rd parameter to
AreEqual()
could be described
Metadata
Metadata
Assignees
Labels
No labels