From a236c673fe6fee1464b967a672afa43904155940 Mon Sep 17 00:00:00 2001 From: libscott Date: Mon, 19 Feb 2018 01:37:54 -0300 Subject: [PATCH] Update cryptoconditions test suite README --- qa/cryptoconditions/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qa/cryptoconditions/README.md b/qa/cryptoconditions/README.md index 6c8e01d60..d14ab5b7d 100644 --- a/qa/cryptoconditions/README.md +++ b/qa/cryptoconditions/README.md @@ -1 +1,7 @@ -Integration tests for Crypto-Conditions +# Integration tests for Crypto-Conditions + +These tests are for the [Crypto-Conditions](https://github.com/rfcs/crypto-conditions) functionality in Komodod, using [Hoek](https://github.com/libscott/hoek) as a tool to create and sign transactions. + +The tests use Python as a scripting language and each one should "just work" given Linux and a 2.7+ Python interpreter. Each file prefixed with "test_" is a test case. + +The tests require `hoek` to be on the $PATH. Included is a script to perform a complete installation of `hoek`.