Changes between Initial Version and Version 1 of Ticket #23289, comment 1


Ignore:
Timestamp:
Aug 14, 2014, 10:17:33 AM (10 years ago)
Author:
Collin Anderson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23289, comment 1

    initial v1  
    1 I assume it's not possible or extremely complicated to write the test without mock? It seems to me #1 is the best option if we do use mock. It would be great if the tests just worked.
     1I assume it's not possible or extremely complicated to write the test without mock? It would be great if the tests just worked. It seems to me vendoring the library like unittest2 is our best option, if we use mock at all. It has the benefit of reliably providing the library to users, though removes some incentive to upgrade to python 3.
Back to Top