Misha Behersky
9eccfe0386
Add memory backend ( #394 )
...
* Add simple backend
* Add test case for simple backend
* Add tests for mget backend method
* Fix redis mock mget implementation
* Make sure memory backend is thread safe
* Add docs section for memory backend
* Add test usage examples to docs
* Update docs for memory backend in testing
* Share memory storage between threads
2020-06-10 19:49:42 +02:00
Camilo Nova
5e91a92431
Allow concurrent calls to set() method ( #384 )
2020-03-05 18:04:55 -05:00
Alexandr Artemyev
590fa02eb3
Drop support py<3.5 django<2.2 ( #359 )
...
* Drop support py<3.5 django<2.2
* Remove admin_static
2019-12-23 16:20:41 -05:00
Kirill Goncharov
1e751f1afa
Optimizations for database backend ( #329 )
...
* Add test for database backend with query count assertions
* Rewrite set() method of database backend to reduce number of queries
2019-06-08 09:14:58 -05:00
prokaktus
54b6d55fd5
Fix backend initialization in tests
2016-06-13 04:00:17 +03:00
Jannis Leidel
8045678606
Test fixes to run on Django 1.7.
2014-11-21 16:37:12 +01:00
Jannis Leidel
36a9c23500
More py3k changes.
2013-04-12 17:34:48 +02:00
Jannis Leidel
078cf11cd6
Use django-nose just to be a little less exotic.
2013-03-02 16:34:12 +01:00
Jannis Leidel
c8621c865b
Minor fix.
2013-03-02 15:41:51 +01:00
Jannis Leidel
e144e4336f
Refactored tests to use django-discover-runner and not an own testproject anymore.
2013-02-22 14:58:41 +01:00