Python Testing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Python =Subjects= * pytest")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=
* [[Python#Subjects|Python]]
* [[Python#Subjects|Python]]
=TODO=
<font color='darkkhaki'>
* PROCESS [[PyOOP]] "Testing Object-Oriented Programs" + "Why test?" + "Test-driven development" + "Unit testing" + "Assertion methods" + "Reducing boilerplate and cleaning up" + "Organizing and running tests" + "Ignoring broken tests"
* PROCESS [[PyOOP]] "Testing with pytest" + "One way to do setup and cleanup" + "A completely different way to set up variables" + "Skipping tests with pytest" + "Imitating expensive objects" + "How much testing is enough?" + Case study.
</font>
=Subjects=
=Subjects=
* [[pytest]]
* [[pytest]]

Revision as of 06:31, 24 June 2022

Internal

TODO

  • PROCESS PyOOP "Testing Object-Oriented Programs" + "Why test?" + "Test-driven development" + "Unit testing" + "Assertion methods" + "Reducing boilerplate and cleaning up" + "Organizing and running tests" + "Ignoring broken tests"
  • PROCESS PyOOP "Testing with pytest" + "One way to do setup and cleanup" + "A completely different way to set up variables" + "Skipping tests with pytest" + "Imitating expensive objects" + "How much testing is enough?" + Case study.

Subjects