Python Unit Testing Task: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "----↵__" to "---- __")
m (Text replacement - ". ↵" to ". ")
Line 22: Line 22:
*** The module [[unittest]] is a complete [[unit testing framework]].
*** The module [[unittest]] is a complete [[unit testing framework]].
*** An alternative to the [[unittest module]] is [[pytest]].
*** An alternative to the [[unittest module]] is [[pytest]].
*** There are several other [[unit testing modules]]: [[Nose module|Nose]], [[Tox]], [[unittest2]] and [[unittest.mock]].  
*** There are several other [[unit testing modules]]: [[Nose module|Nose]], [[Tox]], [[unittest2]] and [[unittest.mock]].


----
----

Revision as of 01:48, 28 January 2024

A Python Unit Testing Task is a unit testing task for python function.



References

2022