ソースを参照

docs(readme): add testing requirements section

tags/v0.2.2
Imran Iqbal 5年前
コミット
06de3188cf
コミッターのメールアドレスに関連付けられたアカウントが存在しません
2個のファイルの変更18行の追加0行の削除
  1. +3
    -0
      .gitignore
  2. +15
    -0
      docs/README.rst

+ 3
- 0
.gitignore ファイルの表示

@@ -108,3 +108,6 @@ Gemfile.lock

# copied `.md` files used for conversion to `.rst` using `m2r`
docs/*.md

# Vim
*.sw?

+ 15
- 0
docs/README.rst ファイルの表示

@@ -62,6 +62,21 @@ Testing

Linux testing is done with ``kitchen-salt``.

Requirements
^^^^^^^^^^^^

* Ruby
* Docker

.. code-block:: bash

$ gem install bundler
$ bundle install
$ bundle exec kitchen test [platform]

Where ``[platform]`` is the platform name defined in ``kitchen.yml``,
e.g. ``debian-9-2019-2-py3``.

``kitchen converge``
^^^^^^^^^^^^^^^^^^^^


読み込み中…
キャンセル
保存