2

Anyone using nose2 as their primary unit testing framework?

If so, why do you prefer it over pytest? The nose2 homepage effective recommends pytest, so wondering about the future of nose2.

Comments
  • 1
    I use nose2, because an decorator i use is pretty useful an i can get junit xml files out of it that can be parsed by the ci.
  • 1
    And its the only advanced test environment that was usable in my environment. But in tge end it doesn't matter, because my greatest problematic area is the code that interacts with an API, where the docs are lacking information and i have no idea how to test the api calls.
Add Comment