md-query-saml-uat
User acceptance tests for a service implementing the SAML metadata profile of the Metadata Query Protocol.
See also:
Getting Started
-
Clone this repository:
git clone https://github.internet2.edu/internet2/md-query-saml-uat.git
-
Create and activate a new Python virtual environment:
python3 -m venv .venv && source .venv/bin/activate
-
Install dependencies:
pip install -r requirements.txt
-
Run all tests in the current directory, skipping failures in any tests tagged as "optional":
robot --skiponfailure optional .
Usage
Read variables from another file:
robot --variablefile dev-variables.py .
Skip downloading and parsing the complete aggregate:
robot --exclude aggregate .
Contributing
- Clone the repository
- Create a new feature branch
- Commit your changes and push to the repository
- Create a pull request from your feature branch against the
master
branch - After your changes have been merged, you may delete your feature branch