Metadata-Version: 2.4
Name: snektest
Version: 0.0.1
Summary: Do testing and stuff
Requires-Python: >=3.14
Description-Content-Type: text/markdown
Requires-Dist: pydantic>=2.12.4
Requires-Dist: rich>=14.2.0

# snektest
## Features

- Lazy params?

## TODOs

- Capture warnings and show them at the end
- Double check levels of the logs: some are definitely wrong
- Might improve naming of many functions
- Cool idea: if multiple tests are outputted in a short span of time (like 1 second), print them together so you can match their tail ends (like the OK/FAIL part)
