apjanke/octave-testify

Make dependency on doctest optional?

Closed this issue · 2 comments

How would you feel about dropping the Depends: doctest and making it an optional dependency? It's only used as an option, could be detected at runtime and raise an error if the function isn't found.

I think that's fine.

We could demote the Depends: to a Suggested: to still indicate the relationship but not actually require it, right?

Done in 0452aa3.