Pytest fixtures for Invenio.
Project description
Pytest fixtures for Invenio.
The package offers a number of features to help test Invenio based applications:
Less boilerplate: Using the fixtures you can keep your conftest.py short and focused.
Database re-use: database tests are running inside a transaction which is rolled back after the test.
End-to-end testing: Selenium tests can easily be switched on/off, and in case of test failures a screenshot is taken (with possibility to output in the console in base64-encoding - useful on e.g. TravisCI).
Application configuration for testing (e.g. disable CSRF protection in forms and HTTPS requirement).
JSON decoding support in Flask test client for easier API testing.
Batteries included: further fixtures help with e.g. mail sending and CLI tests.
Further documentation is available on https://pytest-invenio.readthedocs.io/.
Changes
Version 1.0.5 (released 2018-10-08)
Adds defaul Content Security Policy header to the app configuration.
Fixes issue with default tests scope.
Version 1.0.4 (released 2018-08-14)
Bumps pytest minimun version to 3.8.0.
Version 1.0.3 (released 2018-09-05)
Moves module dependent imports inside the fixture functions in order to decouple dependencies for Invenio apps or modules that might not be using them.
Version 1.0.2 (released 2018-05-25)
Version 1.0.1 (released 2018-04-17)
Version 1.0.0 (released 2018-03-22)
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
Hashes for pytest_invenio-1.0.5-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a09138b096baded98075ccc8bee60cbc1d2ed394e2e359099c252b83a740666 |
|
MD5 | d63a58a9b6fbf1b9197ddec42afbe217 |
|
BLAKE2b-256 | 8700d3dcdddf5073a22bd3d59d3bae84e9e084376cc8637705d807e292aba618 |