Changes between Initial Version and Version 1 of Ticket #24343, comment 2


Ignore:
Timestamp:
Feb 14, 2015, 11:05:03 AM (9 years ago)
Author:
Shai Berger

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24343, comment 2

    initial v1  
    33That is, shouldn't we be doing something like
    44
    5 ```python
    6     testcase.assertEqual(instance.data.pk, data)
    7 ```
     5{{{#!python
     6testcase.assertEqual(instance.data.pk, data)
     7}}}
    88?
Back to Top