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


Ignore:
Timestamp:
Jan 28, 2015, 4:45:53 PM (9 years ago)
Author:
Claude Paroz

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24241, comment 1

    initial v1  
    1111         ))
    1212+        project_state.apps  # Fill the apps cached property
    13 +        import pdb; pdb.set_trace()
    1413         other_state = project_state.clone()
    1514         self.assertEqual(project_state, project_state)
Back to Top