A stand-alone test framework that allows to write unit tests for Data Factory pipelines on Microsoft Fabric, Azure Data Factory and Azure Synapse Analytics.
MIT License
92
stars
21
forks
source link
[docs] Add missing import to "Installing and initializing the framework" guide #108
At commit 71c2a25042fbc1e87022657da8e14349b1ca93af of docs/basic/installing_and_initializing_framework.md, the first code snippet is missing
TestFrameworkType
in the import statement:Is
Should be