From 41f0d3d3bc8b0a6831530e1176c6415f9ba45b0b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 19 Nov 2014 12:21:49 -0500 Subject: Removed FastCGI support per deprecation timeline; refs #20766. --- tests/bash_completion/tests.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/bash_completion') 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') -- cgit v1.3