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


Ignore:
Timestamp:
Oct 26, 2016, 10:21:22 AM (8 years ago)
Author:
Pavel Savchenko

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27391, comment 2

    initial v1  
    11Well, not that I know of yet, but basically, any test runner that allows unittests may assume "debug" can be used for exception debugging; and right now this cannot be done without issues when using Django's SimpleTestCase derivatives.
    22
    3 Regardless, the patch should be fairly simple 10 line method and I can submit that. It's invoking the test that I'm having trouble with, how to invoke "debug" as part of the regular test suite...
     3Regardless, the patch should be fairly simple 10 line method and I can submit that. It's invoking the test that I'm having trouble with, how to invoke "debug" as part of the regular test suite, maybe we can use `call_command`...
Back to Top