3
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 22 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added possibility to override TestCases flags in test methods (like having one test not doing database flush in destructivedatabase case). More... over 12 years ago
* Added lazy database creation * Flushes are done only AFTER test with database_flush = True, every test will clean after itself so we don't need to flush at start * Database is not handled when test will be skipped * startTest refactored a bit to more granular methods * Django multi database support is now detected only once at import More... over 12 years ago
Removed duplicated code for getting database connections More... over 12 years ago
Fixed wrong indentation in start_server method. More... over 12 years ago
Add missing import, hotfix dj 1.3 compatibility
Almad
as Lukas Linhart
More... almost 13 years ago
Version bump
Almad
as Lukas Linhart
More... almost 13 years ago
Doc typo fix
Almad
as Lukas Linhart
More... almost 13 years ago
Add changelog
Almad
as Lukas Linhart
More... almost 13 years ago
self.fail now raises exception properly (refs #17)
Almad
as Lukas Linhart
More... almost 13 years ago
Note about overwriting setUp with test selection plugin (fixes #32)
Almad
as Lukas Linhart
More... almost 13 years ago
Documentation improvements (refs #31)
Almad
as Lukas Linhart
More... almost 13 years ago
Few doc words (fixes #23)
Almad
as Lukas Linhart
More... almost 13 years ago
Fix SaneSelectionPlugin - mark proper class for skip (fixes #30, thanks to sgsolar for report)
Almad
as Lukas Linhart
More... almost 13 years ago
Fix compatibility with Django 1.1 (fixes #27)
Almad
as Lukas Linhart
More... about 13 years ago
filesystem cache clean using backend posibilities More... about 13 years ago
minor code cleanup in flush_database() More... about 13 years ago
Raise minimal supported nose version (fixes #24)
Almad
as Lukas Linhart
More... about 13 years ago
Use class-based runner from django-nose.
Almad
as Lukas Linhart
More... about 13 years ago
Remove unworky selenium extracting code
Almad
as Lukas Linhart
More... about 13 years ago
Take runner from django-nose so we can pass params from command line More... about 13 years ago
Add andros to CREDITS
Almad
as Lukas Linhart
More... about 13 years ago
Make TemplateTagTestCase a UnitTestCase. More... about 13 years ago
Enhance TemplateTagTestCase-related code according to Almad's comments. More... about 13 years ago
Move the actual DB initialization to prepareTestRunner() from begin(). This creates tables from the loaded models only *after* the tests are imported and allows working with testing-purposes-only models. (Just now, noone will complain.) More... about 13 years ago
Add TemplateTagTestCase documentation. More... about 13 years ago
Add some tests for TemplateTagTestCase. More... about 13 years ago
Improve the interface and implementation of TemplateTagTestCase. More... about 13 years ago
Scrape django.test.TestCase instead of unittest.TestCase. More... about 13 years ago
Add TemplateTagTestCase More... about 13 years ago
Rob Hudson credit into CREDITS, too.
Almad
as Lukas Linhart
More... over 13 years ago