A plugin for pytest to test cql statements
TODO
- having pytest tests written
You can install "pytest-cql" via pip from PyPI
# not yet in pypi
# pip install pytest-cql
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
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.
Distributed under the terms of the MIT license, "pytest-cql" is free and open source software
If you encounter any problems, please file an issue along with a detailed description.
This pytest plugin was generated with Cookiecutter along with @hackebrot's cookiecutter-pytest-plugin template.