Changes between Initial Version and Version 1 of Ticket #19905, comment 4
- Timestamp:
- Mar 18, 2013, 6:40:27 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19905, comment 4
initial v1 4 4 5 5 The 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 9 Oh well, back to the drawing board. Sorry for the noise.