Closed goerch closed 1 year ago
It looks like we need some EdgeDB toml project file to run integration tests. Is this somewhere available or is there some documentation?
edgedb.toml
is a EdgeDB project file that lets bindings implicitly connect to your instance. Documentation for this can be found here https://www.edgedb.com/docs/intro/projects and here https://www.edgedb.com/docs/clients/dotnet/index#quickstart
OK, it looks like I need to run edgedb project init
in edgedb-net
s project folder first before running dotnet test
.
Just running the tests on a freshly created fork results in
Sorry for the German language settings.