Skip to main content

pytest-play support for SQL expressions and assertions

Project description

play sql

https://img.shields.io/pypi/v/play_sql.svg https://travis-ci.org/davidemoro/play_sql.svg?branch=develop Documentation Status https://codecov.io/gh/davidemoro/play_sql/branch/develop/graph/badge.svg

pytest-play support for SQL expressions and assertions

More info and examples on:

Features

This project defines a new pytest-play command:

- type: sql
  provider: play_sql
  database_url: postgresql://$db_user:$db_pwd@$db_host/$db_name
  query: SELECT id, title FROM invoices
  variable: invoice_id
  variable_expression: results.first()[0]
  assertion: invoice_id == $invoice_id

where:

  • database_url follows the format described http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls

  • variable_expression is a Python expression
    • results.fetchone() returns an array whose elements matches with the next row’s columns and it could be invoked many times until there will be no more rows (eg: first call (1, 'first',), second call (2, 'second'))

    • results.first() returns an array whose elements matches with the first row’s colums and it can be invoked exactly one time

    • results.fetchall() returns an array of tuples whose elements matches with the selected colums (eg: [(1, 'first'), (2, 'second'), (3, 'third')])

Twitter

pytest-play tweets happens here:

Credits

This package was created with Cookiecutter and the cookiecutter-play-plugin (based on audreyr/cookiecutter-pypackage project template).

CHANGES

0.0.3 (2019-01-25)

  • Supports new pytest-play >= 2.0 YAML based syntax (json no more supported)

0.0.2 (2018-01-22)

  • No more depends on play_python (deprecated)

0.0.1 (2018-01-11)

  • First release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

play_sql-0.0.3.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

play_sql-0.0.3-py2.py3-none-any.whl (7.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file play_sql-0.0.3.tar.gz.

File metadata

  • Download URL: play_sql-0.0.3.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.6.7

File hashes

Hashes for play_sql-0.0.3.tar.gz
Algorithm Hash digest
SHA256 7d429b4b7e76864d7eb146573e9e45a09a941717be88f111c8edb7818f175a63
MD5 44c8bd69caaf5c39f743d06ea964b346
BLAKE2b-256 949df4871017109186d2d4436c53a2dd260fad8d05a3cdfb3598e0e413de68c7

See more details on using hashes here.

File details

Details for the file play_sql-0.0.3-py2.py3-none-any.whl.

File metadata

  • Download URL: play_sql-0.0.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.6.7

File hashes

Hashes for play_sql-0.0.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c09c2b366a471678b2b241501780963ec6325bb9040726856073d78aa13615b1
MD5 b4eb7b75d208b0ac82a4590a14d1b841
BLAKE2b-256 ab10e09f11cd35e289245f875adb7abe7defb3d7cae99c7af6519b7f7530f58e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page