Advertisement
Guest User

Untitled

a guest
Oct 9th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. The following test cases failed:
  2. Function being tested: hours_difference
  3. Case: time_1_slightly_smaller_than_time_2
  4. Cause: IncorrectReturnValue:
  5. What happens when time_1 is slightly smaller than time_2?
  6. Function being tested: hours_difference
  7. Case: time_1_slightly_larger_than_time_2
  8. Cause: IncorrectReturnValue:
  9. What happens when time_1 is slightly larger than time_2?
  10. Function being tested: hours_difference
  11. Case: time_1_much_smaller_than_time_2
  12. Cause: IncorrectReturnValue:
  13. What happens when time_1 is much smaller than time_2?
  14. Function being tested: hours_difference
  15. Case: time_1_much_larger_than_time_2
  16. Cause: IncorrectReturnValue:
  17. What happens when time_1 is much larger than time_2?
  18.  
  19. Summary of results:
  20. 41 tests run
  21. 37 tests passed
  22. 4 tests produced incorrect output
  23. 0 tests timed out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement