summaryrefslogtreecommitdiff
path: root/tests/regressiontests/utils/module_loading.py
AgeCommit message (Collapse)Author
2011-01-30[1.2.X] Fixed #14698 -- Ensure that module_has_sumodule doesn't mistake a ↵Russell Keith-Magee
cache miss for an existent package. Thanks to Łukasz Rekucki for the report and patch, and to shields for the test case. Backport of r15362 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@15364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-02[1.2.X] Fixed a few more cases of the tests not properly restoring sys.path ↵Alex Gaynor
(follow up on [14430]). Backport of [14431]. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14432 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-28[1.2.X] A few test optimizations; using native unittest where no ↵Russell Keith-Magee
Django-specific TestCase features are required. Backport of r13935 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04Fixed #13469 -- Cleaned up the test case from r13085, and added some cache ↵Russell Keith-Magee
cleanup that matters for Python 2.3. Thanks to Karen and Alex for their help. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13095 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04Fixed #13464 -- Reworked module_has_submodule to break the requirement for ↵Russell Keith-Magee
loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13082 bcc190cf-cafb-0310-a4f2-bffc1f526a37