Python Unit Testing Task: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - ". ↵" to ". ")
m (Text replacement - "ules]]" to "ule]]s")
 
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 module]]s: [[Nose module|Nose]], [[Tox]], [[unittest2]] and [[unittest.mock]].


----
----

Latest revision as of 21:04, 9 May 2024

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



References

2022