diff options
| author | Aymeric Augustin | 2014-04-25 19:01:06 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2014-04-25 19:01:06 +0200 |
| commit | f9bb7acf176dac4949d1d26c2c14072f89ea32d0 (patch) | |
| tree | 49366afeb9b90a106b40f6973f70db560fd3bb55 /tests/middlewares.py | |
| parent | 33b8063e1c2bd7349558672df6d5a8f0ed9475b1 (diff) | |
| parent | 7ea9dc9d7df5420d73bae60121003112cc5944d7 (diff) | |
| download | django-debug-toolbar-f9bb7acf176dac4949d1d26c2c14072f89ea32d0.tar.bz2 | |
Merge pull request #586 from living180/improve_redirect_test
Improve the redirect context processor test.
Diffstat (limited to 'tests/middlewares.py')
| -rw-r--r-- | tests/middlewares.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/middlewares.py b/tests/middlewares.py deleted file mode 100644 index 44a3ef1..0000000 --- a/tests/middlewares.py +++ /dev/null @@ -1,5 +0,0 @@ - - -class CustomMiddleware(object): - def process_request(request): - request.myattr = 'test attribute' |
