AMythicDev / minus

An asynchronous, runtime data feedable terminal paging library for Rust
https://crates.io/crates/minus/
Apache License 2.0
316 stars 23 forks source link

Fix tests without search #34

Closed rezural closed 3 years ago

rezural commented 3 years ago

Some of the tests assume that search is enabled.

This gates one of the parameters behind the search feature, allowing running tests without search functionality.

Unfortunately branch is based off of #33. Hopefully you accept that functionality. If not, I will create another pull request with this based off the main branch.

Thankyou.

AMythicDev commented 3 years ago

Could you merge the conflicting changes so that I could merge this

rezural commented 3 years ago

OK,

I have updated the branch, off main.

Assuming the CI succeeds, this is ready to merge.