Azure/data-api-builder
在 GitHub 查看Sql: Refactor Mock tests to provide better additional mocks
Open
#353 创建于 2022年4月20日
good first issuemssql pgsql mysqlpgsqlrefactortesting
仓库指标
- Star
- (1,459 star)
- PR 合并指标
- (PR 指标待抓取)
描述
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.