Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidemoro/play_cassandra
pytest-play support for Cassandra expressions and assertions
https://github.com/davidemoro/play_cassandra
cassandra pytest python testing
Last synced: about 1 month ago
JSON representation
pytest-play support for Cassandra expressions and assertions
- Host: GitHub
- URL: https://github.com/davidemoro/play_cassandra
- Owner: davidemoro
- License: apache-2.0
- Created: 2018-01-15T15:05:06.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-01-25T23:16:47.000Z (almost 6 years ago)
- Last Synced: 2024-10-18T19:49:45.787Z (3 months ago)
- Topics: cassandra, pytest, python, testing
- Language: Python
- Homepage: https://github.com/pytest-dev/pytest-play
- Size: 43 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
==============
play cassandra
==============.. image:: https://img.shields.io/pypi/v/play_cassandra.svg
:target: https://pypi.python.org/pypi/play_cassandra.. image:: https://travis-ci.org/davidemoro/play_cassandra.svg?branch=develop
:target: https://travis-ci.org/davidemoro/play_cassandra.. image:: https://readthedocs.org/projects/play-cassandra/badge/?version=latest
:target: https://play-cassandra.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status.. image:: https://codecov.io/gh/davidemoro/play_cassandra/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/davidemoro/play_cassandrapytest-play support for Cassandra expressions and assertions
More info and examples on:
* pytest-play_, documentation
* cookiecutter-qa_, see ``pytest-play`` in action with a working example if you want to start hackingFeatures
--------This project defines a new pytest-play_ command:
::
- provider: play_cassandra
type: execute
connection:
contact_points:
- 10.1.1.3
- 10.1.1.4
- 10.1.1.5
port: '9042'
auth_provider:
username: "$username"
password: "$password"
keyspace: users
query: SELECT name, age, email FROM users WHERE user_id=15
variable: user1_age
variable_expression: results[0].age
assertion: results[0].name == User 1'
-------``pytest-play`` tweets happens here:
* `@davidemoro`_
Credits
-------This package was created with Cookiecutter_ and the cookiecutter-play-plugin_ (based on `audreyr/cookiecutter-pypackage`_ project template).
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _`cookiecutter-play-plugin`: https://github.com/davidemoro/cookiecutter-play-plugin
.. _pytest-play: https://github.com/davidemoro/pytest-play
.. _cookiecutter-qa: https://github.com/davidemoro/cookiecutter-qa
.. _`@davidemoro`: https://twitter.com/davidemoro