Metadata-Version: 2.4
Name: ryact-testkit
Version: 0.0.1
Summary: Internal test harness for ryact parity suite.
License: MIT
Requires-Python: >=3.8
Requires-Dist: pytest
Requires-Dist: ryact
Requires-Dist: ryact-dom
Description-Content-Type: text/markdown

# ryact-testkit

[![PyPI](https://img.shields.io/pypi/v/ryact-testkit.svg)](https://pypi.org/project/ryact-testkit/)
[![Python](https://img.shields.io/pypi/pyversions/ryact-testkit.svg)](https://pypi.org/project/ryact-testkit/)
[![CI](https://github.com/eddiethedean/ryact/actions/workflows/ci.yml/badge.svg)](https://github.com/eddiethedean/ryact/actions/workflows/ci.yml)

Shared helpers used by translated upstream tests in this repo.

## Install

```bash
pip install ryact-testkit
```

## Contents (early)

- `FakeTimers`: deterministic fake time for scheduler tests
- `act()`: minimal flush helper
- `WarningCapture`: capture warnings asserted by tests

