Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Latest commit

 

History

History
28 lines (14 loc) · 917 Bytes

2015_08_black_tux.md

File metadata and controls

28 lines (14 loc) · 917 Bytes

August Meetup at The Black Tux

Featured topic: Testing

Speakers

John Mitchell, Practical Testing

  • "Agile Testing" book by Lisa Crispin

  • Nose testing library (includes coverage plugin)

  • fake objects (/Models) with plausible data for emails and names: factory-boy and faker

  • make and mock network API calls with requests/responses

  • freeze time with freezegun

  • override any functions with Mock (in Python3, backported to Python2)

Umut Yildiz, Astrophysics