python wrapper

This commit is contained in:
Miha Kralj
2026-02-28 14:14:35 -08:00
parent 82e0248eb0
commit 83e9511261
521 changed files with 62395 additions and 15669 deletions
@@ -12,7 +12,7 @@ public sealed class ReflexValidationTests : IDisposable
public ReflexValidationTests(ITestOutputHelper output)
{
_output = output;
_testData = new ValidationTestData(5000);
_testData = new ValidationTestData(10000);
}
public void Dispose()