From fe683199089bee4a8d018b981821911cb66523f9 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 4 Jan 2014 17:39:51 -0600 Subject: consolidate and rename tests --- test_six.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test_six.py b/test_six.py index 14f0e7e..2bacd0e 100644 --- a/test_six.py +++ b/test_six.py @@ -185,12 +185,9 @@ def test_import_moves_error_3(): from six.moves.urllib_parse import urljoin -def test_from_six_moves_queue_import_Queue(): +def test_from_imports(): from six.moves.queue import Queue assert isinstance(Queue, types.ClassType) - - -def test_from_six_moves_configparser_import_ConfigParser(): from six.moves.configparser import ConfigParser assert isinstance(ConfigParser, types.ClassType) -- cgit v1.2.1