エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
Ruby の Infrataster ではなく Testinfra。 Testinfra aims to be a Serverspec equivalent in python a... Ruby の Infrataster ではなく Testinfra。 Testinfra aims to be a Serverspec equivalent in python and is written as a plugin to the powerful Pytest test engine https://github.com/philpep/testinfra ってある通り Python 版 Serverspec。 テストランナーに PyTest を使っている。 # -*- coding: utf-8 -*- import re class TestNginx(object): def test_nginx_should_installed(self, Package): """ nginx should be installed. """ nginx = Package('