File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Expand file tree Collapse file tree 5 files changed +2
-2
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace Python.EmbeddingTest
10
10
/// </summary>
11
11
/// <remarks>
12
12
/// Keeping in old-style SetUp/TearDown due to required SetUp.
13
- /// The required directory structure was added to .\pythonnet\src\tests \ directory:
13
+ /// The required directory structure was added to .\pythonnet\src\embed_tests\fixtures \ directory:
14
14
/// + PyImportTest/
15
15
/// | - __init__.py
16
16
/// | + test/
@@ -30,7 +30,7 @@ public void SetUp()
30
30
/* Append the tests directory to sys.path
31
31
* using reflection to circumvent the private
32
32
* modifiers placed on most Runtime methods. */
33
- const string s = "../../tests " ;
33
+ const string s = "../fixtures " ;
34
34
string testPath = Path . Combine ( TestContext . CurrentContext . TestDirectory , s ) ;
35
35
36
36
IntPtr str = Runtime . Runtime . PyString_FromString ( testPath ) ;
You can’t perform that action at this time.
0 commit comments