Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add ensure
  • Loading branch information
koubaa committed Apr 14, 2020
commit ea84d288c3d1bd4207125a96dfaa8e2ba9ecdd2a
3 changes: 2 additions & 1 deletion tests/FunctionCodecTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ class FunctionCodecTests
{
[SetUp]
public void SetUp()
{
{
TestsRuntimeConfig.Ensure();
PythonEngine.Initialize();
}

Expand Down
1 change: 1 addition & 0 deletions tests/TestCallbacks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public class TestCallbacks
[OneTimeSetUp]
public void SetUp()
{
TestsRuntimeConfig.Ensure();
PythonEngine.Initialize();
}

Expand Down