3
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 23 hours ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
First version of usage
Almad
as almad
More... over 15 years ago
Test intro chapter
Almad
as almad
More... over 15 years ago
Added basic doc skeleton and configuration.
Almad
as almad
More... over 15 years ago
Django changelog for 0.4.0
Almad
as almad
More... over 15 years ago
Merged with trunk
Almad
as almad
More... over 15 years ago
Added tag django-sane-testing-0.4.0 for changeset c23ae6ce1da9
Almad
as almad
More... over 15 years ago
Version bump to 0.4.0
Almad
as almad
More... over 15 years ago
Added __all__s to have API so users must not care about internal module structure.
Almad
as almad
More... over 15 years ago
Added possibility to use CherryPy's WSGI instead of Django freaking one. Using it, #14 should be fixed.
Almad
as almad
More... over 15 years ago
Test for 401 handling, multithreaded server patch
Almad
as almad
More... over 15 years ago
Version bump & fixed dependency syntax
Almad
as almad
More... over 15 years ago
Fixed bad None raising + test (finally)
Almad
as almad
More... over 15 years ago
When instance not available, just don't store vars (fixes #13)
Almad
as almad
More... over 15 years ago
Version bump
Almad
as almad
More... over 15 years ago
Added tag django-sane-testing-0.3.0 for changeset 1882f46de652
Almad
as almad
More... over 15 years ago
We're for all architectures :)
Almad
as almad
More... over 15 years ago
Changelog for debian
Almad
as almad
More... over 15 years ago
Version bump & prepare for release
Almad
as almad
More... over 15 years ago
Clear test client between tests, for sure.
Almad
as almad
More... over 15 years ago
HttpTestCase has DjangoTestClient available (Fixes #7)
Almad
as almad
More... over 15 years ago
Add handling for unittests - no database handling whatsoever needed for them.
Almad
as almad
More... over 15 years ago
When running ./manage.py test, don't treat test as test location (fixes #10)
Almad
as almad
More... over 15 years ago
Fixed glitches plugin skipping
Almad
as almad
More... over 15 years ago
Tests skip themselves when proper plugin not loaded (Fixes #9)
Almad
as almad
More... over 15 years ago
Fixed test war when transactional testcase followed destructive case. Destructive case commits fixtures as it could be needed when retrieving data via api.
Almad
as almad
More... over 15 years ago
Altered get_ok to print error message when it occurs
Almad
as almad
More... over 15 years ago
Reordered fixture handling, so non-destructive test with different fixtures works properly (+ test). Fixes #6.
Almad
as almad
More... over 15 years ago
Test db not purged between unittests.
Almad
as almad
More... over 15 years ago
Tests for utiliity methods (#11)
Almad
as almad
More... over 15 years ago
Added some utility test methods (for #11)
Almad
as almad
More... over 15 years ago