Changes between Initial Version and Version 1 of Ticket #19905, comment 4


Ignore:
Timestamp:
Mar 18, 2013, 6:40:27 AM (11 years ago)
Author:
Baptiste Mispelon

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19905, comment 4

    initial v1  
    44
    55The command I use for counting the warnings is the following: `PYTHONPATH=.. python3 -Wall ./runtests.py --settings=test_sqlite --verbosity=2 formtools 2>&1 | grep ResourceWarning | wc -l` (from `django/tests`).
     6
     7**edit**: No I didn't, i just made two tests fail because of a NameError, which I didn't catch because i was just grepping the results.
     8
     9Oh well, back to the drawing board. Sorry for the noise.
Back to Top