musichoard/tests/library/mod.rs
Wojciech Kozlowski 6e9249e265
All checks were successful
Cargo CI / Build and Test (push) Successful in 1m4s
Cargo CI / Lint (push) Successful in 42s
Cargo CI / Build and Test (pull_request) Successful in 1m3s
Cargo CI / Lint (pull_request) Successful in 42s
Separate the collection from beets output in tests (#114)
Closes #113

Reviewed-on: #114
2024-01-21 15:29:37 +01:00

5 lines
63 B
Rust

mod testmod;
#[cfg(feature = "library-beets")]
pub mod beets;