зеркало из https://github.com/microsoft/presidio.git
…
|
||
---|---|---|
.. | ||
common | ||
resources | ||
tests | ||
README.md | ||
pytest.ini | ||
requirements.txt |
README.md
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 -d
Note that these might take some time to build for the first time.
-
Install the e2e-tests framework, preferrably in a virtual environment:
pip install -r requirements.txt
-
Run tests:
pytest
See more information on Presidio's documentation on E2E tests.