Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 491 Bytes

README.MD

File metadata and controls

9 lines (6 loc) · 491 Bytes

Testing

This folder contains examples and materials on software testing with an emphasis on Python.

to start, there are a few subfolders:

  • About - A more generalized set of notes and examples on testing.
  • Hillard - A few examples inspired by Dan Hillard's Practices of the Python Pro book.
  • PyTesting - some basic examples featuring the PyTest testing framework for python.