django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
Markus Holtermann
|
da0b2554ec
|
Renamed camelCaseTestMethods to snake_case_test_methods
|
2019-04-14 16:14:14 +02:00 |
Simon Charette
|
0f212db29d
|
Made reused RequestFactory instances class attributes.
|
2018-11-27 09:49:02 -05:00 |
Simon Charette
|
84e7a9f4a7
|
Switched setUp() to setUpTestData() where possible in Django's tests.
|
2018-11-27 09:35:17 -05:00 |
Tim Graham
|
29f607927f
|
Fixed spelling of "nonexistent".
|
2017-02-03 08:01:45 -05:00 |
Simon Charette
|
cecc079168
|
Refs #23919 -- Stopped inheriting from object to define new style classes.
|
2017-01-19 08:39:46 +01:00 |
za
|
321e94fa41
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
Tim Graham
|
92053acbb9
|
Fixed E128 flake8 warnings in tests/.
|
2016-04-08 10:12:33 -04:00 |
Simon Charette
|
6eb3ce11e4
|
Fixed #26089 -- Removed custom user test models from public API.
Thanks to Tim Graham for the review.
|
2016-02-04 12:30:34 -05:00 |
Hasan
|
3d0dcd7f5a
|
Refs #26022 -- Used context manager version of assertRaises in tests.
|
2016-01-29 12:32:18 -05:00 |
Raphael Michel
|
39937de7e6
|
Fixed #24929 -- Allowed permission_required decorator to take any iterable
|
2015-06-08 13:44:39 -04:00 |
Tim Graham
|
2d7aca3da0
|
Moved contrib.auth tests out of contrib.
|
2015-02-11 10:19:22 -05:00 |