background image

References

Python Official Docs - easy to read, many examples

  https://docs.python.org/3/library/unittest.html

Real Python - good explanation & how to run unit tests in IDE

  https://realpython.com/python-testing/

Python Hitchhiker's Guide to Testing

  https://docs.python-guide.org/writing/tests/

Examples of  common testing tools

Python Cookbook, Chapter 14

     How to test many common situations, including I/O

Comments:

Unit Testing in Python

navigate_before navigate_next