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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pytest-paste-config-0.1.tar.gz
.
File metadata
- Download URL: pytest-paste-config-0.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5737f1cf03a9e1f4064ff043d5978da10c5e93e50fee2d13ea5a855d4c7f6503 |
|
MD5 | e29a5206f4045227d976b8b176f6bd63 |
|
BLAKE2b-256 | 34801add32d26d760cf795e3835e858a126b7e979185ff705e9463bdd4755071 |