Skip to main content

pytest plugin for testing applications that use psqlgraph

Project description

PyPi version CI status Documentation Status PyPi downloads

An extension for pytest provide useful tools for testing applications that use psqlgraph

How to Start

Install dependency

pip install pytest-psqlgraph

Define a session scoped psqlgraph_config fixture in conftest.py:

import pytest

@pytest.fixture(scope="session")
def psqlgraph_config() -> Dict[str, DatabaseDriverConfig]:
    return {
        "pg_driver": DatabaseDriverConfig(
            host="localhost",
            user="username",
            password="pword",
            database="db_name",
            model=active_model,
            dictionary=active_dictionary
        )
    }

All set to start using the fixture pg_driver or whatever key was defined in the dictionary above

def test_something(pg_driver):
    with pg_driver.session_scoped() as s:
        s.add(Node(..))

Contributing

Don’t hesitate to create a Github issue for any bugs or suggestions or submit a PR.

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

pytest-psqlgraph-0.1.1.tar.gz (24.2 kB view details)

Uploaded Source

Built Distribution

pytest_psqlgraph-0.1.1-py3-none-any.whl (12.8 kB view details)

Uploaded Python 3

File details

Details for the file pytest-psqlgraph-0.1.1.tar.gz.

File metadata

  • Download URL: pytest-psqlgraph-0.1.1.tar.gz
  • Upload date:
  • Size: 24.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pytest-psqlgraph-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5392d7f3840cb1d15e7d570d2cc0dfe3f3f4c123f27a14cb0492af1ed4c0b40c
MD5 c5dbd4d14ab04bb9704a3e7898d4eac8
BLAKE2b-256 e59179cc4488ec51c8e14094c9c2bf4cead74e125a4273adf8913891a76469ac

See more details on using hashes here.

File details

Details for the file pytest_psqlgraph-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: pytest_psqlgraph-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 12.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for pytest_psqlgraph-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0b4740ebdf08fd28f45aa746f09689d27690e37cf7cab6d9f6eae4292c6430f9
MD5 c95eb765b984e8f6a8bb251b28687cdf
BLAKE2b-256 41e44036cb6d7fd717fbf041b654b6668ce32808f41fd67c63a80d4f523aae03

See more details on using hashes here.

Supported by

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