Skip to main content
Tweeted twitter.com/StackCodeReview/status/928066484999458821
Added tag
Link
Toby Speight
  • 88.3k
  • 16
  • 33
Source Link

Should I include my testing code?

I recently posted a large chunk of code. It feels like a tall order to code review.

I've written a bunch of tests to test my code. Would those tests be useful to the reviewer?

I'm not looking for a code review of my tests, but rather looking to minimize the burden of the code reviewer.

In essence, I'm asking: When you code review, do you actually run the code? If so, would you like a set of test cases so you can run my code?