--- applyTo: '**' --- # Dataverse SDK for Python — Testing & Debugging Strategies Based on official Azure Functions and pytest testing patterns. ## 1. Testing Overview ### Testing Pyramid for Data
# Dataverse SDK for Python — Testing & Debugging Strategies
Based on official Azure Functions and pytest testing patterns.
## 1. Testing Overview
### Testing Pyramid for Dataverse SDK
```
Integration Tests <- Test with real Dataverse
/\
/ \
/Unit Tests (Mocked)\
/____________________\
< Framework Tests
```
---
## 2. Unit Testing with Mocking
### Setup Test Environment
```bash
# Install test dependenciesSign in to view the full prompt.
Sign In