Skip to content

Latest commit

 

History

363 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧪✅ Provide TestKit

License Python 3.11+ uv Ruff CI

Comprehensive testing utilities and fixtures for the provide ecosystem

TestKit provides a unified testing framework designed specifically for applications built with provide-foundation. It offers intelligent context detection, extensive fixture libraries, and seamless integration with popular testing frameworks.

✨ Key Features

  • 🔍 Smart Context Detection - Automatically detects testing environments
  • 🏗️ Foundation Integration - Native support for provide-foundation components
  • 🧪 Comprehensive Fixtures - Pre-built fixtures for common testing scenarios
  • 🚀 CLI Testing Support - Advanced utilities for testing Click-based applications
  • 🔐 Crypto Testing - Certificate and key generation utilities
  • 🌐 Transport Mocking - HTTP, WebSocket, and network testing tools
  • 📁 File System Utilities - Temporary files, directories, and archive testing
  • Async Support - Full async/await testing capabilities
  • 🧵 Thread Safety Testing - Multi-threading test utilities

Quick Start

Note: provide-testkit is in pre-release (v0.x.x). APIs and features may change before 1.0 release.

  1. Install: uv add provide-testkit
  2. Read the Quick Start guide.
  3. Explore examples in examples/README.md.

Documentation

Development

Quick Start

# Set up environment
uv sync

# Run common tasks
we run test       # Run tests
we run lint       # Check code
we run format     # Format code
we tasks          # See all available commands

Available Commands

This project uses wrknv for task automation. Run we tasks to see all available commands.

Common tasks:

  • we run test - Run all tests
  • we run test.coverage - Run tests with coverage
  • we run test.parallel - Run tests in parallel
  • we run lint - Check code quality
  • we run lint.fix - Auto-fix linting issues
  • we run format - Format code
  • we run typecheck - Run type checker

See CLAUDE.md for detailed development instructions and architecture information.

Contributing

See CONTRIBUTING.md for contribution guidelines.

License

See LICENSE for license details.

Copyright (c) provide.io LLC.

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages