Changes between Version 1 and Version 2 of Ticket #1634, comment 25


Ignore:
Timestamp:
2014-10-10T02:53:32Z (10 years ago)
Author:
Zancas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1634, comment 25

    v1 v2  
    2020
    2121
    22 Then do the same for the other filenode types we're mocking.  The reason I didn't do this already is because in the "XXX" above I'd need to make mock "foo", "blah", and "spam" objects.  I think this is worth it _except_ mock filenodes of the appropriate type have almost certainly already been constructed (in test_web.py), so I thought I'd mention this potential work here before reinventing the wheel!
     22Then do the same for the other filenode types we're mocking.
     23
     24The reason I didn't do this already is because in the "XXX" above I'd need to make mock "foo", "blah", and "spam" objects.  I think this is worth it _except_ mock filenodes of the appropriate type have almost certainly already been constructed (in test_web.py), so I thought I'd mention this potential work here before reinventing the wheel!
    2325
    2426Also, https://github.com/rrymer contributed significantly to this code.