Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 472 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 472 Bytes

Atlas health checks

Collection of tests that validate APIs are healthy. Anonymous and authenticated requests are send to end points used by Atlas (Data en informatie) project.

Install

pip install -r requirements.txt

Run / tests

The following environment variables should be set:

API_ROOT
USERNAME_EMPLOYEE_PLUS
PASSWORD_EMPLOYEE_PLUS

Run on development system:

pytest

or run inside docker container with:

docker-compose up