タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

pythonとtestとpluginsに関するishideoのブックマーク (2)

  • pytestのpluginどこまで使うか - podhmo's diary

    はじめに pytestのpluginをどこまで使うかを考えるのがめんどくさくなったりした。 個人的にはそれぞれのタイミングで必要になったらはじめて手に取るべきで、あまり最初から導入するようなpluginは思いつかなかった。必要になったタイミングで追加して手に馴染むものがあれば使っていけば良いのでは位のスタンス。 一方で、デフォルトに乗るというか、大衆に従うというか、無難に使うということを考えた時に、どこまでのpytest pluginを利用するべきなんだろうかも気になったりした。 方法 例えば、以下の様に考えてみると、何が無難なパッケージかを判断できるかもしれない。 pip search pytest で検索できるpackageの一覧を取り出す それぞれのpackageをdownloads数順に良い感じに並べる (追加で基準となりそうな馴染み深いパッケージも加えておく) ソートした後に、新

    pytestのpluginどこまで使うか - podhmo's diary
  • Nose Plugins: Home

    A repository of 3rd party plugins for nose, a test-runner for Python. See the nose API docs for info on built-in plugins. To install a plugin, first install easy_install, then run easy_install <project> (if no project is listed in the table, the PyPI project name you need is the same as the listed plugin name). project plugin enable function 0.9 0.10

  • 1