doctest-extract
If it is released, let's try it.
released
I tried doctest-extract-0.1 with several command line arguments but no tests started. Would you tell me how to use it for network?
On Thu, 15 Apr 2021, Kazu Yamamoto wrote:
I tried doctest-extract-0.1 with several command line arguments but no tests started. Would you tell me how to use it for network?
doctest-extract really only extracts doctest tests to module files. You must manually declare a test-suite in Cabal. You must run doctest-extract yourself, e.g. in a Makefile. You may watch a working doctest-extract setup e.g. in the package utility-ht.
@kazu-yamamoto are you still interested in pursuing this issue?
Closing. We now use cabal repl on CI.