Method summary
- setUp(self)
- tearDown(self)
- test_bound_method(self)
- test_cmp(self)
- test_hash(self)
- test_non_bound_method(self)
Methods
- setUp(self)
Prepares the test fixture before each test method is called.
- tearDown(self)
Called immediately after each test method has been called.
- test_bound_method(self)
bound method
- test_cmp(self)
cmp
- test_hash(self)
hash
- test_non_bound_method(self)
non bound method