pytest pyramid providing basic fixtures for testing pyramid applications with pytest test suite
Project description
pytest_pyramid
Package status
pytest_pyramid provides basic fixtures for testing pyramid applications with pytest test suite.
By default, pytest_pyramid will create two fixtures: pyramid_config, which creates configurator based on config.ini file, and pyramid_app, which creates TestApp based on Configurator returned by pyramid_config.
Command line options
–pc - pyramid configuration file based on which pytest_pyramid will create test app
Documentation
TODO
This goal should make it in to 1.0 major release.
provide a pyramid_proc fixture that will start pyramid app process using summon_process
Tests
To run tests run this command:
py.test –pc tests/pyramid.test.ini
CHANGES
0.3.3
add additiona_fixtures to factories.pyramid_app
0.3.2
add pyramid_config ini option
0.3.1
fixed pytest deprecation warning
0.3.0
[feature] changed pyramid_config fixture scope to session.
0.2.0
[feature] support pyramid’s config inheritance with use = config:other.file.ini - Thanks Eric Hulser
[feature] dropped support for python 3.2, added support for python 3.4 and 3.5
0.1.1
make factories condition to check parameters against None
0.1.0
initial release
pyramid_config fixture factory and default fixture
pyramid_app fixture factory and default fixture
documentation
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
Built Distribution
File details
Details for the file pytest_pyramid-0.3.3.tar.gz
.
File metadata
- Download URL: pytest_pyramid-0.3.3.tar.gz
- Upload date:
- Size: 13.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7785c61698ff857cb0a90ba8dcc724aae1954812d4a72c700a9a06877e697f7 |
|
MD5 | e4155235e4b274e76ce7b6489c027b63 |
|
BLAKE2b-256 | 737c35bdf7d137c4e63801d82d688e4f755fe21c299bdc244f4a18af80d766c3 |
File details
Details for the file pytest_pyramid-0.3.3-py3-none-any.whl
.
File metadata
- Download URL: pytest_pyramid-0.3.3-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1b1a4f35605180505ff0310cf9f4e67403a4b1cea51189099d33c4fc64389b9 |
|
MD5 | 41068bb4b945928bceb9c223e99a1cf2 |
|
BLAKE2b-256 | 1fb488aa7e40984a8cc53c854f47477810e58c472e739c85107fd6d46d8870c6 |