Leverage Azure DevOps and pytest for Data Factory unit testing — 0. Introduction TLTR: Create Azure DevOps git project using azure-pipelines.yml, create build artifact, deploy ADFv2 and SQLDB bacpac, trigger pytest to do unit tests Unit testing is a software engineering practice that focuses on testing individual parts of code. In unit testing, the following best practices are applicable: Fast. Unit tests should…