如何为doctest提供stdin?

时间:2018-09-29 06:26:08

标签: haskell testing io stdin doctest

我想在doctest中创建一个示例,以使用getLine。但是,当我运行测试时,它不会终止:

{- |
>>> getLine
>>> Hello, World!
"Hello, World!"
-}
module MyModule where

如何为doctest提供自定义输入?

0 个答案:

没有答案