Skip to content

fruch/pytest-cql

Repository files navigation

pytest-cql

PyPI version Python versions See Build Status on Travis CI See Build Status on AppVeyor Libraries.io dependency status for GitHub repo Using Black Codecov Reports

A plugin for pytest to test cql statements

Features

TODO

Requirements

Installation

You can install "pytest-cql" via pip from PyPI

# not yet in pypi
# pip install pytest-cql

Usage

python3.6 -m .venv36
source .venv36/bin/activate
pip install -r requirements.txt

# with relocatable
pytest -s --scylla-version unstable/master:324

# with scylla source
SCYLLA_DBUILD_SO_DIR=/home/fruch/Projects/scylla-next/dynamic_libs_for_dtest # this is need if you built scylla with dbuild
pytest -s --scylla-directory /home/`whami`/Projects/scylla-next

Contributing

Contributions are very welcome. Tests can be run with tox, please ensure the coverage at least stays the same before you submit a pull request.

License

Distributed under the terms of the MIT license, "pytest-cql" is free and open source software

Issues

If you encounter any problems, please file an issue along with a detailed description.

Thanks

This pytest plugin was generated with Cookiecutter along with @hackebrot's cookiecutter-pytest-plugin template.

About

A plugin for pytest to test cql statements

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages