Open-Attestation / open-attestation

Meta framework for providing digital provenance and integrity to documents.
https://openattestation.com
Apache License 2.0
54 stars 18 forks source link

test: copied fixtures from w3c 2.0 testsuite to build local test #274

Closed phanshiyu closed 5 months ago

phanshiyu commented 6 months ago

Summary

What is the background of this pull request?

Testing with w3c vc2.0 test suite was a bit awkward, this PR looks to build our own local unit tests with the fixtures from https://github.com/w3c/vc-data-model-2.0-test-suite to tighten the feedback loop

Changes

  1. Copied in fixtures from https://github.com/w3c/vc-data-model-2.0-test-suite
  2. Build unit tests based on filename and content

Issues

What are the related issues or stories?