Closed rhattersley closed 9 years ago
Seems the tests don't pass with this. I imagine it is a python3 thing...
Turns out we weren't running the unit and integration tests before ... and 0 <= mock.Mock()
doesn't work on Python 3.
Turns out we weren't running the unit and integration tests before ... and 0 <= mock.Mock() doesn't work on Python 3.
@pelson - this is fixed now.
Seems the tests don't pass with this. I imagine it is a python3 thing...