File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ class TestCase
55
55
56
56
/// <summary>
57
57
/// The Python code to run as a module that imports the C#.
58
- /// It should have two functions: before () and after (). Before
59
- /// will be called when DotNetBefore is loaded; after will be
60
- /// called ( twice) when DotNetAfter is loaded.
58
+ /// It should have two functions: before_reload () and after_reload ().
59
+ /// Before will be called twice when DotNetBefore is loaded;
60
+ /// after will also be called twice when DotNetAfter is loaded.
61
61
/// To make the test fail, have those functions raise exceptions.
62
62
///
63
63
/// Make sure there's no leading spaces since Python cares.
@@ -936,7 +936,6 @@ public static int Main()
936
936
}}
937
937
}}
938
938
" ;
939
- // readonly static string PythonDllLocation = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "../../runtime/bin/Python.Runtime.dll");
940
939
readonly static string PythonDllLocation = Path . Combine ( AppDomain . CurrentDomain . BaseDirectory , "Python.Runtime.dll" ) ;
941
940
942
941
public static int Main ( string [ ] args )
You can’t perform that action at this time.
0 commit comments