Codebase list python-procrunner / 49f8415
remove unused imports Markus Gerstel 3 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1010 import sys
1111 import time
1212 import timeit
13 import warnings
1413 from multiprocessing import Pipe
1514 from threading import Thread
1615
22 import os
33 import sys
44
5 import mock
65 import procrunner
76 import pytest
87
4948 def test_pywin32_import():
5049 import win32api
5150
51 assert win32api
52
5253
5354 @pytest.mark.skipif(sys.platform != "win32", reason="windows specific test only")
5455 def test_name_resolution_for_simple_exe():