Skip to main content

Allow setting the path to a paste config file

Project description

pytest plugin to all passing the path to a paste config file

Usage

install/update via:

pip install -U pytest-paste-config

and to run tests type:

py.test

Rationale

This plugin is written purely so that I can do:

def test_connection(pytestconfig):

engine = engine_from_config(pytestconfig.paste_file) models.Base.metadata.create_all(engine) # some test code…

and then run:

py.test –paste-file testing.ini

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

pytest-paste-config-0.1.tar.gz (1.5 kB view hashes)

Uploaded Source

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