Python Unit Testing Task
Jump to navigation
Jump to search
A Python Unit Testing Task is a unit testing task for python function.
- See: Java Unit Testing.
References
2022
- https://pythonspot.com/python-unit-testing/
- QUOTE:
- The module unittest is a complete unit testing framework.
- An alternative to the unittest module is pytest.
- There are several other unit testing modules: Nose, Tox, unittest2 and unittest.mock.
- QUOTE: