I was going through a few tests written in Java using JUnit and I could'nt help noticing the emphasis which is laid on checking the "type" of objects. This is something I have never seen in Python test-suites.
Java being statically-typed and Python being dynamically-typed, should'nt the reverse be the case?