Python Unit Testing: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
(Redirected page to Python Unit Testing Task)
Tag: New redirect
 
Line 1: Line 1:
A [[Python Unit Testing Task]] is a [[unit testing task]] for [[python function]].
#REDIRECT [[Python Unit Testing Task]]
* <B>See:</B> [[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 module|Nose]], [[Tox]], [[unittest2]] and [[unittest.mock]].
 
----
__NOTOC__

Latest revision as of 18:48, 2 December 2022