lp:~zyga/django-testscenarios/0.6

Created by Zygmunt Krynicki and last modified
Get this branch:
bzr branch lp:~zyga/django-testscenarios/0.6
Only Zygmunt Krynicki can upload to this branch. If you are Zygmunt Krynicki please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Zygmunt Krynicki
Project:
django-testscenarios
Status:
Merged

Recent revisions

27. By Zygmunt Krynicki

Bump version to 0.6

26. By Zygmunt Krynicki

Leave for django to decide what to run when full-testing is requested

25. By Zygmunt Krynicki

Add ability to run all tests via run_test() and run_test_for()

24. By Zygmunt Krynicki

Merge with trunk

23. By Zygmunt Krynicki

Reorganize to be compatible with django_testproject again, bump copyright headers, update setup.py, fix pep8 issues

Sorry bzr ci -i (interactive plugin) is broken on bzr 2.4 beta

22. By Zygmunt Krynicki

Fix pep8 issues in settings.py and add django_testproject/templates to TEMPLATES_DIR

21. By Zygmunt Krynicki

Add templates that allow test projects to use minimal features from django.contrib.auth

20. By Zygmunt Krynicki

Add copyright header, add run_tests_for

Previously run_tests hard-coded the location of DJANGO_SETTINGS_MODULE, this
proved a bad decision due to unfortunate interactions with path altering
modules and Django fork-based double import of the actual settings module.

To fix this I introduce a new function run_tests_for() that allows the caller
to explicitly provide the settings module for their application. This allows
for fully qualified (no more relative imports please) module as settings.

19. By Zygmunt Krynicki

Fix logic bug in previous release

18. By Zygmunt Krynicki

Add an ability to test more than one application with django_testproject.tests.run_tests

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:django-testscenarios
This branch contains Public information 
Everyone can see this information.

Subscribers