Changes between Version 5 and Version 6 of MergerTips
- Timestamp:
- Jul 25, 2013, 9:03:38 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MergerTips
v5 v6 79 79 80 80 https://github.com/ptone/diff-coverage 81 82 == Quickly run tests on current branch without any specific python env == 83 84 [yes yes, you can also have your repo installed as -e in a dev env, but this can be handy to know] 85 86 cd to django/tests and then use one of: 87 88 {{{ 89 PYTHONPATH=.. python2.7 runtests.py --settings=test_sqlite 90 PYTHONPATH=.. python3.3 runtests.py --settings=test_sqlite 91 }}}