File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace Python.EmbeddingTest
77 // As the SetUpFixture, the OneTimeTearDown of this class is executed after
88 // all tests have run.
99 [ SetUpFixture ]
10- public class GlobalTestsSetup
10+ public partial class GlobalTestsSetup
1111 {
1212 [ OneTimeTearDown ]
1313 public void FinalCleanup ( )
Original file line number Diff line number Diff line change 99
1010using Python . Runtime ;
1111
12- namespace Python . EmbeddingPythonTest
12+ namespace Python . EmbeddingTest
1313{
1414 public class TestNativeTypeOffset
1515 {
Original file line number Diff line number Diff line change @@ -67,11 +67,8 @@ public PyString(string s) : base(FromString(s))
6767
6868
6969 /// <summary>
70- /// IsStringType Method
71- /// </summary>
72- /// <remarks>
7370 /// Returns true if the given object is a Python string.
74- /// </remarks >
71+ /// </summary >
7572 public static bool IsStringType ( PyObject value )
7673 {
7774 return Runtime . PyString_Check ( value . obj ) ;
You can’t perform that action at this time.
0 commit comments