โ† Feed
๐Ÿ’ป **Real Python: Testing Your Code With Python's unittest**

The Python standard library ships with a testing framework named unittest, which you can use to write automated tests for your code. The unittest package has an object-oriented approach where test cases derive from a base class, which has several useful methods. The framework sup...

๐Ÿ”— https://realpython.com/courses/testing-your-code-with-pythons-unittest/

#tech #news
1 views

Comments (0)