+
- Debug
- AnyCPU
- {6F401A34-273B-450F-9A4C-13550BE0767B}
- Library
- Python.Test
- Python.Test
- bin\Python.Test.xml
- bin\
- v4.0
-
- 1591,0067
- ..\..\
- $(SolutionDir)\bin\
- 6
- false
- ..\pythonnet.snk
- prompt
+ netstandard2.0
-
- x86
-
-
- x64
-
-
- true
- DEBUG;TRACE
- full
-
-
-
-
- true
- pdbonly
-
-
- true
- DEBUG;TRACE
- full
-
-
-
-
- true
- pdbonly
-
-
- true
- DEBUG;TRACE
- full
-
-
-
-
- true
- pdbonly
-
-
- true
- DEBUG;TRACE
- full
-
-
-
-
- true
- pdbonly
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-
-
+
-
-
- {097B4AC0-74E9-4C58-BCF8-C69746EC8271}
- Python.Runtime
-
-
-
-
- $(TargetPath)
- $(TargetDir)$(TargetName).pdb
-
+
-
-
+
diff --git a/src/tests/conftest.py b/src/tests/conftest.py
index a93326c51..17085e3ef 100644
--- a/src/tests/conftest.py
+++ b/src/tests/conftest.py
@@ -10,13 +10,21 @@
import sysconfig
import pytest
-import clr
# Add path for `Python.Test`
cwd = os.path.dirname(__file__)
fixtures_path = os.path.join(cwd, "fixtures")
+
+BUILD_TEST = True
+if BUILD_TEST:
+ from subprocess import check_call
+ test_proj_path = os.path.join(cwd, "..", "testing")
+ check_call(["dotnet", "build", test_proj_path, "-o", fixtures_path])
+
sys.path.append(fixtures_path)
+import clr
+
# Add References for tests
clr.AddReference("Python.Test")
clr.AddReference("System.Collections")
diff --git a/tools/nuget/nuget.exe b/tools/nuget/nuget.exe
deleted file mode 100644
index 463f8e137..000000000
Binary files a/tools/nuget/nuget.exe and /dev/null differ
diff --git a/tools/vswhere/vswhere.exe b/tools/vswhere/vswhere.exe
deleted file mode 100644
index 582e82868..000000000
Binary files a/tools/vswhere/vswhere.exe and /dev/null differ
pFad - Phonifier reborn
Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy