Common fixtures for pytest
Project description
pytest-fixtures
Common fixtures for pytest
To use, just install it and pytest will automatically detect and load all fixtures:
pip install pytest-fixtures
I suggest adding it to your test reuqirements in tox.ini or setup.py.
Click Fixtures
Fixtures for Click <http://click.pocoo.org/>
def test_cli(cli_runner):
result = cli_runner.invoke( ... ) # Prints out stdout/stderr from result with headings
result = cli_runner.invoke_and_assert_exit(0, ... ) # Same as above and asserts exit code == 0
Links & Contact Info
PyPI Package: https://pypi.python.org/pypi/pytest-fixtures
GitHub Source: https://github.com/maxzheng/pytest-fixtures
Report Issues/Bugs: https://github.com/maxzheng/pytest-fixtures/issues
Follow: https://twitter.com/MaxZhengX
Connect: https://www.linkedin.com/in/maxzheng
Contact: maxzheng.os @t gmail.com
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-fixtures-0.0.4.tar.gz
(4.9 kB
view details)
File details
Details for the file pytest-fixtures-0.0.4.tar.gz.
File metadata
- Download URL: pytest-fixtures-0.0.4.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
63097991d731cb26f49f005cfb3122aa9687654a312311496d8043319800b7cc
|
|
| MD5 |
a8c9d01c39613bce945a86ea5b8b25a1
|
|
| BLAKE2b-256 |
fb13b393bf6cde348f8d031ae0339a05e07c9cb0f55cd7fc663d73d6ac6c8dbd
|