Skip to content
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

テスト結果のdurationが短すぎる #94

Closed
hafuu opened this issue Jan 27, 2016 · 2 comments
Closed

テスト結果のdurationが短すぎる #94

hafuu opened this issue Jan 27, 2016 · 2 comments
Labels
Milestone

Comments

@hafuu
Copy link
Contributor

hafuu commented Jan 27, 2016

let slowTest1 = test {
  do Thread.Sleep(TimeSpan.FromSeconds(1.0))
  do! pass()
}

let slowTest2 = test {
  do Thread.Sleep(TimeSpan.FromSeconds(1.0))
  do! pass()
}

let slowTest3 = test {
  do Thread.Sleep(TimeSpan.FromSeconds(1.0))
  do! pass()
}

このようなテストを実行してもduration: 00:00:00.0193190とか表示される。

@hafuu
Copy link
Contributor Author

hafuu commented Jan 27, 2016

あと結果の.も最後に一度にまとめて表示じゃなくて、リアルタイムに表示されると気持ちいい

@pocketberserker pocketberserker added this to the 2.0.0 milestone Mar 3, 2016
@pocketberserker
Copy link
Contributor

#111 で直った模様

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants