Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting TestEndpoints #131

Open
aljones15 opened this issue Oct 16, 2024 · 0 comments
Open

Exporting TestEndpoints #131

aljones15 opened this issue Oct 16, 2024 · 0 comments

Comments

@aljones15
Copy link
Collaborator

aljones15 commented Oct 16, 2024

This library contains a Class TestEndpoints https://github.com/w3c/vc-data-model-2.0-test-suite/blob/main/tests/TestEndpoints.js

This class has a number of useful features:

  1. it groups issuers, verifiers, and vpVerifiers around a tag
  2. The later allows for mixing issuers and verifiers for a single normative statement

However the class needs some clean up

  1. methods that make http calls should return the result from implementations
  2. The post function in the class should be taken out (all calls should go through the vc-test-suite-implementations package)
  3. This snippet can be removed
  4. receive-json.js can be removed

The following is a related issue to how this suite differs from other suites: #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant