you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 years ago

I always start with the basics for my test cases. Like, every test case has a name, and assert(true) in the body.

  • source
  • parent