Python Module unittest: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://docs.python.org/3/library/unittest.html#module-unittest =Internal= * Python Language =Overview= =<tt>unittest.mock</tt>=") |
|||
Line 4: | Line 4: | ||
* [[Python_Language#unittest|Python Language]] | * [[Python_Language#unittest|Python Language]] | ||
=Overview= | =Overview= | ||
=<tt>unittest</tt> vs. <tt>pytest</tt>= | |||
<font color=darkkhaki>TODO: https://www.pythonpool.com/python-unittest-vs-pytest/</font> | |||
=<tt>unittest.mock</tt>= | =<tt>unittest.mock</tt>= |
Revision as of 01:37, 12 July 2022
External
Internal
Overview
unittest vs. pytest
TODO: https://www.pythonpool.com/python-unittest-vs-pytest/