Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 461 Bytes

testing.md

File metadata and controls

10 lines (6 loc) · 461 Bytes

#Python testing

In general we use pytest for testing Python code.

Here are a few guides to get you started writing tests: part 1, part 2, and part 3.