---
name: gdtest-context-mgr
description: >
  Test context manager documentation. Use when writing Python code that uses the gdtest_context_mgr package.
---

# gdtest_context_mgr

Test context manager documentation

## Installation

```bash
pip install gdtest-context-mgr
```

## API overview

### Classes

Main classes provided by the package

- `ManagedResource`: A resource that must be explicitly acquired and released
- `Timer`: A context manager for timing code blocks

## Resources

- [llms.txt](llms.txt) — Indexed API reference for LLMs
- [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs
