Testing# Introduction to pytest Installing pytest Running Tests Writing a First Test How pytest Finds Tests Comparison with NUnit (C#) Writing Effective Tests Testing the Rational Class Testing for Exceptions Edge Cases Organising Tests in a Class One Assert per Test (Guideline) Chapter Review Questions