RelationalAI / rai-sdk-csharp

The RelationalAI Software Development Kit (SDK) for C#
Apache License 2.0
0 stars 1 forks source link

Use a shared engine for all the tests #51

Closed miazamrai closed 1 year ago

miazamrai commented 1 year ago

There used to be a separate engine being created and deleted for each test case. This PR is providing the feature to create and delete the engine once. This puts less burden on raicloud environment and also makes the tests to run at least 200% less time.