← Prompts
Reference Copilot Instructions Collection

Dataverse SDK for Python — Testing & Debugging Strategies

--- 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 dependencies

Sign in to view the full prompt.

Sign In

Classification

Reference Documentation, cheatsheets, setup guides
Scope Project
This codebase
Manual Manually placed / Persistent