Comment by jnwatson
5 years ago
In unit testing for dynamically typed languages, very rarely do you make explicit type checks. The type checking naturally falls out of testing for correct behavior.
The "tests for the tests" is code coverage.
5 years ago
In unit testing for dynamically typed languages, very rarely do you make explicit type checks. The type checking naturally falls out of testing for correct behavior.
The "tests for the tests" is code coverage.
No comments yet
Contribute on Hacker News ↗