We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3212cfe commit dbc57f9Copy full SHA for dbc57f9
src/tests/tests.pyproj
@@ -6,7 +6,7 @@
6
<ProjectGuid>{250c535c-c060-4f0c-bd80-41f2bf373565}</ProjectGuid>
7
<ProjectHome />
8
<StartupFile>runtests.py</StartupFile>
9
- <SearchPath />
+ <SearchPath>..\..\</SearchPath>
10
<WorkingDirectory>.</WorkingDirectory>
11
<OutputPath>.</OutputPath>
12
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
@@ -62,6 +62,8 @@
62
<Compile Include="test_suite\_missing_import.py" />
63
<Compile Include="test_suite\__init__.py" />
64
<Compile Include="test_thread.py" />
65
+ <Compile Include="utils.py" />
66
+ <Compile Include="_compat.py" />
67
</ItemGroup>
68
<ItemGroup>
69
<Folder Include="PyImportTest" />
0 commit comments