Python Testing

From NovaOrdis Knowledge Base
Revision as of 06:30, 24 June 2022 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

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