Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite456058

Browse files
committed
Update folder structure
After pytest folders were flatten.Upstream PyImportTest was moved to within Embedded Tests
1 parentdbc57f9 commite456058

File tree

1 file changed

+6
-15
lines changed

1 file changed

+6
-15
lines changed

‎src/tests/tests.pyproj

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
2828
</PropertyGroup>
2929
<ItemGroup>
30+
<CompileInclude="__init__.py" />
31+
<CompileInclude="_compat.py" />
32+
<CompileInclude="_missing_import.py" />
3033
<CompileInclude="leaktest.py" />
3134
<CompileInclude="profile.py" />
32-
<CompileInclude="PyImportTest\sysargv.py" />
33-
<CompileInclude="PyImportTest\test\one.py" />
34-
<CompileInclude="PyImportTest\test\__init__.py" />
35-
<CompileInclude="PyImportTest\__init__.py" />
3635
<CompileInclude="runtests.py" />
3736
<CompileInclude="stress.py" />
3837
<CompileInclude="stresstest.py" />
3938
<CompileInclude="test_sysargv.py" />
4039
<CompileInclude="test_array.py" />
40+
<CompileInclude="test_callback.py" />
4141
<CompileInclude="test_class.py" />
4242
<CompileInclude="test_compat.py" />
4343
<CompileInclude="test_constructors.py" />
@@ -50,25 +50,16 @@
5050
<CompileInclude="test_exceptions.py" />
5151
<CompileInclude="test_field.py" />
5252
<CompileInclude="test_generic.py" />
53+
<CompileInclude="test_import.py" />
5354
<CompileInclude="test_indexer.py" />
5455
<CompileInclude="test_interface.py" />
5556
<CompileInclude="test_method.py" />
5657
<CompileInclude="test_module.py" />
5758
<CompileInclude="test_property.py" />
59+
<CompileInclude="test_recursive_types.py" />
5860
<CompileInclude="test_subclass.py" />
59-
<CompileInclude="test_suite\test_callback.py" />
60-
<CompileInclude="test_suite\test_import.py" />
61-
<CompileInclude="test_suite\test_recursive_types.py" />
62-
<CompileInclude="test_suite\_missing_import.py" />
63-
<CompileInclude="test_suite\__init__.py" />
6461
<CompileInclude="test_thread.py" />
6562
<CompileInclude="utils.py" />
66-
<CompileInclude="_compat.py" />
67-
</ItemGroup>
68-
<ItemGroup>
69-
<FolderInclude="PyImportTest" />
70-
<FolderInclude="PyImportTest\test" />
71-
<FolderInclude="test_suite" />
7263
</ItemGroup>
7364
<ImportProject="$(PtvsTargetsFile)"Condition="Exists($(PtvsTargetsFile))" />
7465
<ImportProject="$(MSBuildToolsPath)\Microsoft.Common.targets"Condition="!Exists($(PtvsTargetsFile))" />

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp