Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 671 Bytes

File metadata and controls

23 lines (15 loc) · 671 Bytes

Sidecar Scripts

A set of notes and instructions for scripts used in Substrate-api-sidecar


Script run_chain_tests.py

Summary

This script calls the local runtime-tests helper library in order to test the current branch or development enviornment against a collection of different blocks, across different runtimes. It does this for Polkadot, Kusama, and Westend.

Requirements

python3 - required to run the script

psutil - package needed to run the script

Run: pip install -r requirements.txt from this directory in order to install necessary dependencies.