From 8fe6b206ac462f45e2394fcad9f1101a7067e653 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 14 Oct 2017 18:42:57 +0300 Subject: Add: update README about ./check changes --- README | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index f80e6c3..cbcf349 100644 --- a/README +++ b/README @@ -19,8 +19,25 @@ Ick2 is written in Python 2 (do not ask for Python 3, it will happen when it happens). There are some unit and integration tests written for the controller's -HTTP API. To run them, run `./check`. You may add any command line -parameters than `yarn` accepts. +HTTP API. The integration tests can start a local instance of the +controller; either of the following works: + + ./check + ./check local + +You can add any command line parameters `yarn` accepts, but you have +to specify `local` explicitly: + + ./check local -v --tempdir tmp --snapshot + +You can also run the integration tests against an existing remote +setup: + + ./check https://ick-controller + ./check https://ick-controller -v --tempdir tmp --snapshot + +Please make sure at least the local `./check` passes with your +changes, before submitting them. Running -- cgit v1.2.1