Ok, I do CD to the folder where test is, then run:

runtests.py --settings test

test.py is a settings file with the new backend and db config.

I do a little debugging and I think find a bug.

The test are executed on:

failures = run_tests(test_labels, verbosity=verbosity,
extra_tests=extra_tests)

but test_labels always is empty. So I add this code:

    for model_dir, model_name in get_test_models():
        test_labels.append(load_app(model_label))

and now get 84 tests executed.

However I think is weird that the code not work at all... maybe is
because is executed under windows????



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to