summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-18Prepare for release updateHEADmasterNeil Williams
2017-12-11Make TestCase object hashable.Stevan Radakovic
2016-08-10prepare for new release with python3 support0.9Neil Williams
2016-08-09Port to python3RĂ©mi Duraffort
2015-11-26Complete the fix for django1.8Neil Williams
2015-11-13LAVA-402 Update transaction management in unit testsNeil Williams
2014-09-15Allow for django1.7 to use the setup routine0.7.4Neil Williams
2014-04-28Merge branch 'master' of git.linaro.org:/lava/django-testscenariosNeil Williams
2014-04-28Bump to version 0.7.3Neil Williams
2014-04-28Bump to version 0.7.3Neil Williams
2014-04-14Port to django1.6Neil Williams
2011-07-01Bump version to 0.7.2Zygmunt Krynicki
2011-07-01Fix dependency on django-testprojectZygmunt Krynicki
2011-06-23Bump version to 0.7.1Zygmunt Krynicki
2011-06-23Be pip friendlyZygmunt Krynicki
2011-05-27Release 0.7Zygmunt Krynicki
2011-05-26Use versiontoolsZygmunt Krynicki
2011-05-26Require django-testprojectZygmunt Krynicki
2011-05-26Remove django-testprojectZygmunt Krynicki
2011-05-26Ship templates, release 0.6.1Zygmunt Krynicki
2011-05-23Merge 0.6 branchZygmunt Krynicki
2011-05-23Bump version to 0.6Zygmunt Krynicki
2011-05-23Leave for django to decide what to run when full-testing is requestedZygmunt Krynicki
2011-05-23Add ability to run all tests via run_test() and run_test_for()Zygmunt Krynicki
2011-05-23Merge with trunkZygmunt Krynicki
2011-05-23Reorganize to be compatible with django_testproject again, bump copyright hea...Zygmunt Krynicki
2011-05-18Fix pep8 issues in settings.py and add django_testproject/templates to TEMPLA...Zygmunt Krynicki
2011-05-18Add templates that allow test projects to use minimal features from django.co...Zygmunt Krynicki
2011-05-18Add copyright header, add run_tests_forZygmunt Krynicki
2011-02-28Bump version to 0.5.3Zygmunt Krynicki
2011-02-28Decrease requirement for testscenarios to 0.1 to support LucidZygmunt Krynicki
2011-02-28Remove debian packagingZygmunt Krynicki
2011-01-19Fix logic bug in previous releaseZygmunt Krynicki
2011-01-19Add an ability to test more than one application with django_testproject.test...Zygmunt Krynicki
2011-01-04Changed how django_testproject settings work and bumped version to 0.5Zygmunt Krynicki
2011-01-04Fix test_labels on django 1.1Zygmunt Krynicki
2011-01-04Bump version to 0.4Zygmunt Krynicki
2011-01-04Added django_testproject and used it internallyZygmunt Krynicki
2011-01-04Add .egg to bzrignoreZygmunt Krynicki
2011-01-04Change shebang to /usr/bin/env python to work with virtualenvZygmunt Krynicki
2011-01-03Add setup.cfg with defalts for upload and upload_docsZygmunt Krynicki
2010-12-07Release django-testscenarios 0.3Zygmunt Krynicki
2010-12-07* New upstream releaseZygmunt Krynicki
2010-12-07Fix subtle bug in TransactionTestCase inheritanceZygmunt Krynicki
2010-12-07Fix subtle bug in TransactionTestCase inheritanceZygmunt Krynicki
2010-12-07Fix typo in __repr__'s _testScenarioNameZygmunt Krynicki
2010-12-07Merge transaction fixes and id() improvementsZygmunt Krynicki
2010-12-07Make transaction tests more convincing by using save() and fix the test to us...Zygmunt Krynicki
2010-12-07Add more unit tests for the non-transaction codeZygmunt Krynicki
2010-12-07Add common code for proper id(), str() and repor() in various test sub-classesZygmunt Krynicki