Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Testing

darkfriend77 edited this page Jul 27, 2021 · 5 revisions

Testing

Guide

To execute the unitests please follow the three steps:

  1. git clone https://github.com/dotmog/SubstrateNetApi.git
  2. cd substratenetapi
  3. dotnet test

image

Node-Template

To test against the node-template you first need to set it up, please follow the setup described in Substrate Developer Hub. Once it is up and running you can run the IntegrationTest.

image