-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a test #20
add a test #20
Conversation
tests/stdout.hs
Outdated
logM [ #emerg, "lorem ipsum" ] | ||
|
||
|
||
threadDelay $ 1000 * 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ダメじゃんこれってなった
テストケースを足してみました。 |
お、ありがとうございます。せっかく増やしてもらったところ恐縮ですが、一連の処理は同じ関数として定義して、ロガーのレベルを引数として渡すようにしてもらえるとコードの重複が減り、テストも一つにまとめられるので、そうしてもらえるとありがたいです |
コメントありがとうございます。修正してひとつにまとめてみましたが、どうでしょうか? |
ありがとうございます。「ロガーのレベルを引数として渡す」ところはまだできていないようですね |
すみません、「ロガーのレベルを引数として渡す」の部分を反映していませんでした。一応やってみたんですがこんな感じでしょうか? |
まさにそういうことです! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
手元の環境ではcabal run test:stdout
でテストが通るので、自分は大丈夫だと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
StdoutTransportのテストを作った