Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11245, comment 16


Ignore:
Timestamp:
Aug 7, 2013, 12:39:03 AM (11 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11245, comment 16

    initial v1  
    1 The test is not intended to explicitly check whether the object is an instance of a type. It's testing whether the object returned on the second call is the same as the object returned on the first call. Remove the `lazy` decorator and the test will fail.
     1The test is not intended to explicitly check whether the object is an instance of a type. It's testing whether the object returned on the second call is the same object that was returned on the first call. Remove the `lazy` decorator and the test will fail.