From dbc57f9980adcd48b1e420f93921c35d608fdf3b Mon Sep 17 00:00:00 2001 From: denfromufa Date: Sun, 19 Feb 2017 18:39:48 -0600 Subject: [PATCH 1/2] Update tests.pyproj --- src/tests/tests.pyproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tests/tests.pyproj b/src/tests/tests.pyproj index 5d042249e..9c52e7431 100644 --- a/src/tests/tests.pyproj +++ b/src/tests/tests.pyproj @@ -6,7 +6,7 @@ {250c535c-c060-4f0c-bd80-41f2bf373565} runtests.py - + ..\..\ . . {888888a0-9f3d-457c-b088-3a5042f75d52} @@ -62,6 +62,8 @@ + + From a8bf17a1f304520786fcb9b677ed9190d2bc8ed5 Mon Sep 17 00:00:00 2001 From: Victor Uriarte Date: Fri, 24 Feb 2017 00:42:35 -0700 Subject: [PATCH 2/2] Update folder structure After pytest folders were flatten. Add code in fixture Upstream PyImportTest was moved to within Embedded Tests Add pyproj to editorconfig --- .editorconfig | 2 +- src/tests/tests.pyproj | 21 ++++++++------------- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/.editorconfig b/.editorconfig index ff0b3c71d..af891e897 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,7 @@ trim_trailing_whitespace = true indent_size = 2 # Xml project files -[*.{csproj,config,build,config}] +[*.{csproj,pyproj,config}] indent_size = 2 # Solution diff --git a/src/tests/tests.pyproj b/src/tests/tests.pyproj index 9c52e7431..cefa0d05e 100644 --- a/src/tests/tests.pyproj +++ b/src/tests/tests.pyproj @@ -27,17 +27,17 @@ $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets + + + - - - - + @@ -50,25 +50,20 @@ + + - - - - - - + - - - +