You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are three types of implementations that this test suite tests:
DID Methods, DID Resolvers, and DID URL Dereferencers. In order to add
your implementation to this test suite:
Add your input file(s) to the implementations directory. For an example, see the example DID Method implementation (or any other file that looks closest to your implementation in the directory).
Add your input file to all relevant default.js test suite configurations. For example, DID Methods should add themselves to the did-identifier, did-core-properties, did-production, and did-consumption suites. Resolver implementations should only be added to the did-resolution test suite. See the current list of implementations listed for did-core-properties for more information. Implementers might want to peruse the list of all the test suites for more detail.
Run the test suite and make sure your implementation passes.
Submit a pull request on this repository to add your implementation.
Adding and Modifying Tests
Use the standard fork, branch, and pull request workflow to propose changes
to the test suite. Please make branch names informative—by including the
issue or bug number for example.
Editorial changes that improve the readability of the spec or correct
spelling or grammatical mistakes are welcome.