diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-19 12:21:49 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-17 08:32:31 -0500 |
| commit | 41f0d3d3bc8b0a6831530e1176c6415f9ba45b0b (patch) | |
| tree | 8fa53beacd450dfd48a57de491e164053b82f986 /tests/bash_completion/tests.py | |
| parent | 37b7776a015102e97b9bdd64d88c732883ff9989 (diff) | |
Removed FastCGI support per deprecation timeline; refs #20766.
Diffstat (limited to 'tests/bash_completion/tests.py')
| -rw-r--r-- | tests/bash_completion/tests.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/bash_completion/tests.py b/tests/bash_completion/tests.py index f8f1fe4553..c43c0483b5 100644 --- a/tests/bash_completion/tests.py +++ b/tests/bash_completion/tests.py @@ -93,12 +93,6 @@ class BashCompletionTests(unittest.TestCase): output = self._run_autocomplete() self.assertEqual(output, ['']) - def test_runfcgi(self): - "Command arguments will be autocompleted" - self._user_input('django-admin runfcgi h') - output = self._run_autocomplete() - self.assertEqual(output, ['host=']) - def test_app_completion(self): "Application names will be autocompleted for an AppCommand" self._user_input('django-admin sqlmigrate a') |
