#test-suite #generated #subplot #codegen #suites #utilities #testing

subplotlib

Utility functions and types for subplot codegen generated Rust based test suites. Relies on subplotlib-derive for associated macros.

15 releases (9 breaking)

0.12.0 Dec 24, 2024
0.11.0 Aug 20, 2024
0.10.0 Jun 15, 2024
0.9.0 Aug 27, 2023
0.1.0 Jun 12, 2021

#426 in Rust patterns

Download history 82/week @ 2024-09-19 234/week @ 2024-09-26 249/week @ 2024-10-03 284/week @ 2024-10-10 290/week @ 2024-10-17 222/week @ 2024-10-24 194/week @ 2024-10-31 307/week @ 2024-11-07 620/week @ 2024-11-14 315/week @ 2024-11-21 408/week @ 2024-11-28 258/week @ 2024-12-05 421/week @ 2024-12-12 178/week @ 2024-12-19 48/week @ 2024-12-26 66/week @ 2025-01-02

769 downloads per month
Used in 8 crates (7 directly)

MIT-0 license

86KB
1.5K SLoC

Subplot test utilities

This crate is meant to be used by test suites generated using the Subplot code generator using the rust template. You should generally not use this crate directly, instead test suites generated using the rust template will use subplotlib::prelude::*; automatically.

If you want to explore things, then we suggest you start from the [prelude][mod@prelude] module since it exposes everything you'd normally find in a test suite.

Dependencies

~17–50MB
~753K SLoC