pytest plugin for adding to the PYTHONPATH from command line or configs.
Project description
This is a py.test plugin for adding to the PYTHONPATH from the pytests.ini file before tests run.
Installation
Install with pip:
pip install pytest-pythonpath
Uninstall with pip:
pip uninstall pytest-pythonpath
Usage
Add a line in your pytest.ini file with a key of python_paths and provide a space seperated list of paths you want added to the PYTHONPATH before any tests run:
[pytest] python_paths = your/path/apps your/path/libs
Once this is added to your pytest.ini, you can use the py.test command as you normally would.
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
pytest-pythonpath-0.3.tar.gz
(1.4 kB
view details)
File details
Details for the file pytest-pythonpath-0.3.tar.gz
.
File metadata
- Download URL: pytest-pythonpath-0.3.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e3b352091e2ea2af731838ed2e6ce00880d76a54f5e301c160813a0f4a5ee13 |
|
MD5 | 2b349b281770e3ff1751080f54a7224a |
|
BLAKE2b-256 | ff30b083b2bcaa7e97a105d8c977100709de79c6d8ed2548cf3b400ea06b5050 |