assert-rs / completest

Run completions for your program
https://docs.rs/completest
Apache License 2.0
4 stars 6 forks source link

feat: Allow users to override the timeout #45

Open shannmu opened 1 month ago

shannmu commented 1 month ago

In a testing environment, exposing the timeout to users allows them to better configure their tests and avoid test failures caused by the built-in timeout being too short.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 10631733090

Details


Totals Coverage Status
Change from base Build 10604503481: 0.0%
Covered Lines: 0
Relevant Lines: 13

💛 - Coveralls
epage commented 1 month ago

refactor: Expose timeout setting to user

Please update the name of the commit. A refactor is a restructuring of code and should never have a user-facing aspect to it.