Skip to content

ionelmc/pytest-benchmark-elasticsearch

Repository files navigation

Overview

tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status Coverage Status
package
PyPI Package latest release PyPI Wheel Supported versions Supported implementations
Commits since latest release

Elasticseach storage backend for pytest-benchmark.

  • Free software: BSD 2-Clause License

Installation

pip install pytest-benchmark-elasticsearch

You can also install the in-development version with:

pip install https://github.com/ionelmc/pytest-benchmark-elasticsearch/archive/master.zip

Documentation

To use the project:

import pytest_benchmark_elasticsearch
pytest_benchmark_elasticsearch.longest()

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Elasticseach storage backend for pytest-benchmark.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published