           SPELL=testinfra
         VERSION=1.12.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.io/packages/source/t/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:523bc73e9b03e7242aed53e848034b1c2fb78dc3ce5a6a0998bc4d51bcd400f57c1e18dbb1185fc697029d8755d364928a056c5f88b475374e45d8fbef5f89fb
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        DOC_DIRS=""
        WEB_SITE=https://testinfra.readthedocs.io/
      LICENSE[0]=APACHE
         ENTERED=20170222
        KEYWORDS=""
           SHORT="infrastructure testing framework in Python"
cat << EOF
With Testinfra you can write unit tests in Python to test actual state of your
servers configured by managements tools like Salt, Ansible, Puppet, Chef and so
on.

Testinfra aims to be a Serverspec equivalent in python and is written as a
plugin to the powerful Pytest test engine.
EOF
