From e6fc1d896ea1f535debd1db0f3bcc06c3207f268 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Tue, 30 Jun 2020 15:02:28 -0700 Subject: [PATCH] Adds links to cookbooks --- py-scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/README.md b/py-scripts/README.md index 12ce771b..38f19216 100644 --- a/py-scripts/README.md +++ b/py-scripts/README.md @@ -1,5 +1,5 @@ # LANForge Python Scripts -This directory contains python scripts useful for unit-tests. It uses libraries in ../py-json. Please place new tests in this directory. Unless they are libraries, please avoid adding python scripts to ../py-json. +This directory contains python scripts useful for unit-tests. It uses libraries in ../py-json. Please place new tests in this directory. Unless they are libraries, please avoid adding python scripts to ../py-json. Please read https://www.candelatech.com/cookbook/cli/json-python to learn about how to use the LANforge client JSON directly. Review http://www.candelatech.com/scripting_cookbook.php to understand more about scripts in general. # Getting Started Please consider using the `LFCliBase` class as your script superclass. It will help you with a consistent set of JSON handling methods and pass and fail methods for recording test results. Below is a sample snippet that includes LFCliBase: