mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-07-23 11:20:55 -05:00
* init commit * test: add tests for resolve_config_path handling PyPI install * dev mode supposed to be broken * feat: enhance resolve_config_path to support package conf directory
End-to-end tests
This folder contains end-to-end tests for Presidio. It requires the different services to be running as HTTP services.
Steps:
-
Run services, e.g., using
docker-compose:docker-compose up --build -dNote that these might take some time to build for the first time.
-
Install the e2e-tests framework, preferably in a virtual environment:
pip install -r requirements.txt -
Run tests:
pytest
See more information on Presidio's documentation on E2E tests.