Hi all,

Another odd behaviour of the new test runner. This runs the tests, but fails to add the test app to INSTALLED_APPS, so they all fail because their tables are not created:

    PYTHONPATH=.. python -Wall runtests.py --selenium --verbosity 2 \
    --settings=tests.travis_configs.test_postgres_nogis \
    tests.transactions.tests.AtomicInsideTransactionTests

Changing the spec to remove the initial "tests." results in the app being loaded and the tests run:

    PYTHONPATH=.. python -Wall runtests.py --selenium --verbosity 2 \
    --settings=tests.travis_configs.test_postgres_nogis \
    transactions.tests.AtomicInsideTransactionTests

Is this expected behaviour? It's rather counter-intuitive to me.

Cheers, Chris.
--
Aptivate | http://www.aptivate.org | Phone: +44 1223 967 838
Future Business, Cam City FC, Milton Rd, Cambridge, CB4 1UY, UK

Aptivate is a not-for-profit company registered in England and Wales
with company number 04980791.

--
You received this message because you are subscribed to the Google Groups "Django 
developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to