test: add proptest arbitrary as a feature
This commit is contained in:
parent
00b03a509f
commit
7c8c833469
4 changed files with 9 additions and 178 deletions
|
|
@ -264,7 +264,7 @@ impl ExprBuilder {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
#[cfg(any(test, feature = "arbitrary"))]
|
||||
pub mod arbitrary {
|
||||
//! Helper functions to generate arbitrary expressions using [`proptest`].
|
||||
use proptest::prelude::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue