8000 GitHub - pixelplex/pytests: API and Operations tests for Echo blockchain
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pixelplex/pytests

 
 

Repository files navigation

Automated Tests for Echo

The project is intended for testing Echo. Includes testing:

Installation

Manual installation:

$ git clone https://gitlab.pixelplex.by/631_echo/pytests.git
$ cd pytests
$ virtualenv venv
$ .\venv\Scripts\activate
$ pip install -r requirements.txt

Usage

Note:

Before running the tests, you can specify a environment variables, examples: BASE_URL, NATHAN_PK. For this you need, example:

After that you can use following commands:

Filter lcc commands
Run all tests $ lcc run
Run tests with special tag $ lcc run -a tag_name
Run tests with special property $ lcc run -m property_kind:property_name
Run tests with special link $ lcc run -l link_name
Run only passed tests $ lcc run --passed
Run only failed tests $ lcc run --failed
Run only skipped tests $ lcc run --skipped
Run only non-passed tests $ lcc run --non-passed
Run only disabled tests $ lcc run --disabled
Run only enabled tests $ lcc run --enabled
Run tests from special report $ lcc run --from-report path_to_report

note: can combine run options, for example - $ lcc run --failed --from-report reports/report-2

To Do Lists

Apis:

Operations:

About

API and Operations tests for Echo blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Dockerfile 0.1%
0