Battle-tested InterSystems IRIS infrastructure utilities for Python development
Project description
IRIS DevTester
Battle-tested InterSystems IRIS infrastructure utilities for Python development
What is This?
IRIS DevTester is a comprehensive Python package that provides automatic, reliable, production-tested infrastructure for InterSystems IRIS development. It handles connectivity, container lifecycles, and test data management, codifying years of experience into a reusable toolkit.
Problems It Solves
- Auto-Remediation: Fixes "Password change required" and expired accounts automatically
- Port Management: Eliminates conflicts when running tests in parallel
- Isolation: Ensures every test gets a clean, isolated database instance
- Performance: DBAPI-first connection pooling is 3x faster than traditional JDBC
- Data Refresh: High-speed GOF fixture loading (10-100x faster than SQL inserts)
Quick Start
1. Install
pip install iris-devtester[all]
2. Start a Container
iris-devtester container up
3. Write and Run a Test
from iris_devtester.containers import IRISContainer
def test_connection():
with IRISContainer.community() as iris:
conn = iris.get_connection()
cursor = conn.cursor()
cursor.execute("SELECT 1")
assert cursor.fetchone()[0] == 1
Key Features
- 🔐 Automatic Password Management: Remediates security flags using official system APIs.
- 🐳 Container Lifecycle: CLI and Python API for IRIS container management (
up,start,stop). - 📦 DAT Fixture Management: Create and load reproducible test fixtures in seconds.
- ⚡ DBAPI-First Performance: Automatically selects the fastest available driver.
- 📊 Resource Monitoring: Resource-aware performance tracking.
AI-Assisted Development
This project is optimized for AI coding assistants:
- Agent Skill Manifest - Hierarchical guidance for Claude, Cursor, and Copilot.
- AGENTS.md - Common build and test commands.
Documentation
License
MIT License - See LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iris_devtester-1.9.1.tar.gz.
File metadata
- Download URL: iris_devtester-1.9.1.tar.gz
- Upload date:
- Size: 456.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69190b990dd740109ff4a93ab24950258971614c9665bf72f88d06bfe4f75195
|
|
| MD5 |
1bb55fea49eb6bf483f3a0a1c8e91c7d
|
|
| BLAKE2b-256 |
25d6cf02e495e90ce8a9d5b842171ec4dd7f1485265cc9e8c7fec04ce11dd8ef
|
File details
Details for the file iris_devtester-1.9.1-py3-none-any.whl.
File metadata
- Download URL: iris_devtester-1.9.1-py3-none-any.whl
- Upload date:
- Size: 142.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc3a40275610c42497dab4c0c3b5a06e14d0a710f0be5986dcf859c983bc57cf
|
|
| MD5 |
4fe541c4b6a7f4946ffab22e8d871487
|
|
| BLAKE2b-256 |
3193572bddddcc59656c750b095bbf4c07f4e6aa73c53adbe10cecdcf195471c
|