Azure/data-api-builder

Sql: Refactor Mock tests to provide better additional mocks

Open

#353 opened on 2022年4月20日

GitHub で見る
 (2 comments) (0 reactions) (1 assignee)C# (348 forks)auto 404
good first issuemssql pgsql mysqlpgsqlrefactortesting

Repository metrics

Stars
 (1,459 stars)
PR merge metrics
 (PR metrics pending)

説明

In order to satisfy Mock test requirements, we had to add some default constructors/nullable properties. Mock tests should ideally be sending the required mocks so we don't have to keep nullable properties. This issue is to fix our tests to generate the right mocks.

コントリビューターガイド