Changes between Version 5 and Version 6 of MergerTips


Ignore:
Timestamp:
Jul 25, 2013, 9:03:38 AM (11 years ago)
Author:
Preston Holmes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MergerTips

    v5 v6  
    7979
    8080https://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
     86cd to django/tests and then use one of:
     87
     88{{{
     89PYTHONPATH=.. python2.7 runtests.py --settings=test_sqlite
     90PYTHONPATH=.. python3.3 runtests.py --settings=test_sqlite
     91}}}
Back to Top