From 4747660d9f482c4723dccbd3be3201b93d31abe2 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Mon, 27 Jul 2020 22:50:50 -0400 Subject: [PATCH] Rename tests --- tests/unit/ext/{test_aiohttp_py3.py => test_aiohttp_py35.py} | 0 tests/unit/ext/{test_flask_py2_py35.py => test_flask_py2_py3.py} | 0 tests/unit/providers/test_coroutines_py35.py | 1 - 3 files changed, 1 deletion(-) rename tests/unit/ext/{test_aiohttp_py3.py => test_aiohttp_py35.py} (100%) rename tests/unit/ext/{test_flask_py2_py35.py => test_flask_py2_py3.py} (100%) diff --git a/tests/unit/ext/test_aiohttp_py3.py b/tests/unit/ext/test_aiohttp_py35.py similarity index 100% rename from tests/unit/ext/test_aiohttp_py3.py rename to tests/unit/ext/test_aiohttp_py35.py diff --git a/tests/unit/ext/test_flask_py2_py35.py b/tests/unit/ext/test_flask_py2_py3.py similarity index 100% rename from tests/unit/ext/test_flask_py2_py35.py rename to tests/unit/ext/test_flask_py2_py3.py diff --git a/tests/unit/providers/test_coroutines_py35.py b/tests/unit/providers/test_coroutines_py35.py index 855076e3..72a3683d 100644 --- a/tests/unit/providers/test_coroutines_py35.py +++ b/tests/unit/providers/test_coroutines_py35.py @@ -1,7 +1,6 @@ """Dependency injector coroutine providers unit tests.""" import asyncio -from asyncio import coroutines, events import unittest2 as unittest