Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

echoprotocol/test-framework

Repository files navigation

Test-Framework for Echo

Test-Framework can be used to test the protocol and network interaction of Echo.

This project does not contain Api/Operations tests, which can be found in pytests project.

Installation

Manual installation:

$ git clone https://gitlab.pixelplex.by/645.echo/test-framework.git
$ cd test-framework
$ pip3 install -r requirements.txt

Preparation

Locally builded echo node (https://github.com/echoprotocol/echo-core).

Config

Make copy of config file template, than full needed custom parameters into it:

$ cp config.py.bak config.py

Usage

Run tests

$ python3 test_runner.py

To check available parameters to test_runner.py script:

$ python3 test_runner.py --help

test_runner.py script results will be similar to:

test_framework_output

Detailed about Test-Framework

To see information/examples about: framework, test writing or other utility objects: look section.

License

A copy of the license is available in the repository's LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages