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
pytest入門(ja)
Speakers
Atsushi Odagiri
Audience level:
Intermediate
Category:
Testing
Description
pythonは標準ライブラリにunittestモジュールを持っているため追加のテストツールを利用せずとも自動テストを利用できます。pytestはunittestに比べ、楽にテストを書くことができ豊富なプラグインを利用できるテストツールです。
pytestの利点欠点から実践的な利用方法を解説します。
Objectives
pytestを利用したテストを書けるようになる
Abstract
pytestを使ったユニットテストの方法やおすすめのディレクトリ構成、プラグインの利用など