Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 683 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 683 Bytes

VC verifier

This a VC verifier implemented by the ZeroTrustVC project. The verifier can be used as a .net Authorization Handler.

Usage

TBD

Testing

Prerequisites

Tests are executed using pytest and pytest-asyncio. To install it execute:

python3 -m pip install  pytest 
python3 -m pip install pytest-asyncio
python3 -m pip install requests

Running the tests

From the root directory run python3 -m pytest -s tests/ For shorter output alternatively you can run python3 -m pytest tests/ -s --tb=short