bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
108 stars 64 forks source link

Disable regex tests when repl feature not enabled #90

Closed notmandatory closed 2 years ago

notmandatory commented 2 years ago

Description

I noticed that when I disable default features and don't enable the repl feature that the regex tests fail because they need the regex dependency that the repl feature brings in. This PR is to simply disable the regex related test code if the repl feature isn't enabled.

Notes to the reviewers

Checklists

All Submissions:

New Features:

Bugfixes: