Bastien Gérard
|
003827e916
|
rewrote some poorly written assertions like: assertTrue(isinstance(a, b)) assertTrue(a==b) assertTrue(a!=b) assertTrue(a in b)
|
2018-09-06 21:47:06 +02:00 |
|
Bastien Gérard
|
a7852a89cc
|
Fixes 2 bugs in no_subclasses context mgr (__exit__ swallows exception + repair feature)
|
2018-09-01 23:30:50 +02:00 |
|
Stefan Wójcik
|
835d3c3d18
|
Improve the health of this package (#1428)
|
2016-12-11 18:49:21 -05:00 |
|
Ross Lawley
|
5b498bd8d6
|
Added no_sub_classes context manager and queryset helper (#312)
|
2013-05-10 15:05:16 +00:00 |
|
Ross Lawley
|
e58b3390aa
|
Removed import with from future
|
2013-05-01 08:48:14 +00:00 |
|
Ross Lawley
|
0cbd3663e4
|
Updated tests
|
2013-01-28 13:40:28 +00:00 |
|
Ross Lawley
|
ed2ea24b75
|
More test edge case fixing
|
2013-01-24 13:10:51 +00:00 |
|
Ross Lawley
|
9797d7a7fb
|
Added switch_collection context manager and method (#220)
|
2013-01-23 21:19:21 +00:00 |
|