I passed several tests written in Java using JUnit, and I could not help but notice the emphasis placed on checking the "type" of objects. This is something I've never seen in Python test suites.
Java, statically typed, and Python dynamically typed, shouldn't it be the other way around?
user277465
source
share