Test that first is respectively >, >=, < or
assertGreater(first, second, msg=None)
>>> self.assertGreaterEqual(3, 4) AssertionError: "3" unexpectedly not greater than or equal to "4"