Odonno / surrealdb-migrations

An awesome SurrealDB migration tool, with a user-friendly CLI and a versatile Rust library that enables seamless integration into any project.
https://crates.io/crates/surrealdb-migrations
MIT License
210 stars 16 forks source link

Split test library #60

Open Odonno opened 10 months ago

Odonno commented 10 months ago

Is your feature request related to a problem? Please describe.

Related to #58, testing can be tedious and there is some critical paths about tests:

Describe the solution you'd like

If possible, split test library into 2 or 3:

Describe alternatives you've considered

Use flags with cargo-nextest. Need first to migrate to this tool. #59

Additional context

N/A