We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be7c79 commit 0345af2Copy full SHA for 0345af2
src/embed_tests/TestRuntime.cs
@@ -39,8 +39,8 @@ public static void PlatformCache()
39
[Test]
40
public static void Py_IsInitializedValue()
41
{
42
- // We know for sure that all engines are shut down.
43
- // Runtime.Runtime.Py_Finalize();
+ Runtime.Runtime.Py_Finalize();
+
44
Assert.AreEqual(0, Runtime.Runtime.Py_IsInitialized());
45
Runtime.Runtime.Py_Initialize();
46
Assert.AreEqual(1, Runtime.Runtime.Py_IsInitialized());
0 commit comments