Skip to content

improve tests.pyproj for intellisense and running tests #395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 24, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update tests.pyproj
  • Loading branch information
denfromufa authored and vmuriart committed Feb 20, 2017
commit dbc57f9980adcd48b1e420f93921c35d608fdf3b
4 changes: 3 additions & 1 deletion src/tests/tests.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectGuid>{250c535c-c060-4f0c-bd80-41f2bf373565}</ProjectGuid>
<ProjectHome />
<StartupFile>runtests.py</StartupFile>
<SearchPath />
<SearchPath>..\..\</SearchPath>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whats this do?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This adds root folder of pythonnet to search paths. Helps when building with --inplace option.

<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
Expand Down Expand Up @@ -62,6 +62,8 @@
<Compile Include="test_suite\_missing_import.py" />
<Compile Include="test_suite\__init__.py" />
<Compile Include="test_thread.py" />
<Compile Include="utils.py" />
<Compile Include="_compat.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="PyImportTest" />
Expand Down