Talk Proposal Submission
If you are interested in attending this talk at PyCon JP 2017, please use the social media share buttons below. We will consider the popularity of the proposals when making our selection.
talk
Python Test大全(ja)
Speakers
Mitsuki Sugiya
Audience level:
Intermediate
Category:
Testing
Description
Pythonには公式から3rd-partyまで様々なtesting flameworkが存在します.
本セッションでは, 実際に仕事で使う場合での各testing flameworkの特徴や使い所について 解説していきます.
Objectives
業務レベルでのPython programming testについてのノウハウ・tipsを学べる.
Abstract
本セッションではPython programming で良く使われる testing flamework について実務レベルで解説していきます.
- unittest
- doctest
- pytest
- nose