Software Alternatives, Accelerators & Startups

Testing and Refactoring With pytest and pytest-cov

unittest pytest
  1. Testing Frameworks
    Up until now we've been using python's unittest module. This was chosen as a first step since it comes with python out of the box. Now that we've gone over dev dependencies I think it's a good time to look at pytest as a unit test alternative. I highly recommend getting accustomed to pytest as it's used quite often in the python ecosystem to handle testing for projects. It's also a bit more user friendly in how it discovers and runs tests.

    #Automated Testing #Testing #Online Services 60 social mentions

  2. 2
    Javascript Testing Framework
    Up until now we've been using python's unittest module. This was chosen as a first step since it comes with python out of the box. Now that we've gone over dev dependencies I think it's a good time to look at pytest as a unit test alternative. I highly recommend getting accustomed to pytest as it's used quite often in the python ecosystem to handle testing for projects. It's also a bit more user friendly in how it discovers and runs tests.

    #Automated Testing #Testing #Online Services 5 social mentions

Discuss: Testing and Refactoring With pytest and pytest-cov

Log in or Post with