Przeglądaj źródła

Removes shellsplit test

Ask Solem 12 lat temu
rodzic
commit
c0e3dd588b
1 zmienionych plików z 0 dodań i 8 usunięć
  1. 0 8
      celery/tests/utilities/test_platforms.py

+ 0 - 8
celery/tests/utilities/test_platforms.py

@@ -11,7 +11,6 @@ from celery import current_app
 from celery import platforms
 from celery.platforms import (
     get_fdmax,
-    shellsplit,
     ignore_errno,
     set_process_title,
     signals,
@@ -49,13 +48,6 @@ class test_ignore_errno(Case):
                 raise exc
 
 
-class test_shellsplit(Case):
-
-    def test_split(self):
-        self.assertEqual(shellsplit("the 'quick' brown fox"),
-                ['the', 'quick', 'brown', 'fox'])
-
-
 class test_set_process_title(Case):
 
     def when_no_setps(self):