Questions tagged [nose]

Nose is an alternate Python unittest discovery and running process. It is intended to mimic the behavior of py.test as much as is reasonably possible.

Nose is an alternate unittest discovery and running process. It is intended to mimic the behavior of py.test as much as is reasonably possible.

Resources

1036 questions
-5
votes
1 answer

Python. Function testing using Nose

I have just begun learning Python and I got stuck (1day experience :)). Couldn't you help me with my homework? Exercise: We have module checkers with function is_triangle The method signature with a documentation string: def is_triangle(a, b,…
Alex
  • 1
  • 1
1 2 3
69
70