Azure/data-api-builder
GitHub で見るSql: Refactor Mock tests to provide better additional mocks
Open
#353 opened on 2022年4月20日
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.