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

Update test text to match spec. #81

Merged
merged 34 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
0aa6f76
Update @context test to use ordered set language.
BigBlueHat Jul 8, 2024
3173033
Use a single MUST statement for IDs.
BigBlueHat Jul 8, 2024
b2eda3e
Rename credential ID fixtures for easy findling.
BigBlueHat Jul 8, 2024
47b33e3
Remove duplicate fixture/test post consolidation.
BigBlueHat Jul 8, 2024
9cbf4c5
Update requirements text in Types section.
BigBlueHat Jul 11, 2024
a407cea
Remove skipped SHOULD statement.
BigBlueHat Jul 11, 2024
c17c2f6
Remove `proof` type tests.
BigBlueHat Jul 11, 2024
521ac39
Add failure messages to some rejections.
BigBlueHat Jul 11, 2024
367d63e
Add TODOs for Conformance section.
BigBlueHat Jul 11, 2024
0825711
Extract Verifiable Presentations section.
BigBlueHat Jul 11, 2024
8fcfe6f
Update existing VP test to use new text.
BigBlueHat Jul 11, 2024
e4df7e0
Add pending test for VP id field.
BigBlueHat Jul 11, 2024
eb832fe
Add VP type pending test.
BigBlueHat Jul 11, 2024
381654e
Add pending tests for Enveloped VCs.
BigBlueHat Jul 11, 2024
01aabf6
Add VP holder claims pending tests.
BigBlueHat Jul 11, 2024
5110f1f
Create sections for subsections of VP tests.
BigBlueHat Jul 11, 2024
338d44a
Move Data Schemas tests up from Advanced.
BigBlueHat Jul 11, 2024
db549a9
Add some assert messages to help debugging.
BigBlueHat Jul 11, 2024
d749202
Begin updating Advanced section.
BigBlueHat Jul 11, 2024
eb0477f
Remove id tests in Refreshing.
BigBlueHat Jul 11, 2024
2871234
Unskip Refreshing tests.
BigBlueHat Jul 11, 2024
9afd901
Add links to Refreshing section.
BigBlueHat Jul 11, 2024
6c2bae7
Add links to termsOfUse tests.
BigBlueHat Jul 11, 2024
a668a7a
Add link and note to Evidence test.
BigBlueHat Jul 11, 2024
d3ec2c0
Remove skipped ZKP tests.
BigBlueHat Jul 11, 2024
5eadec2
Remove remaining two skipped tests.
BigBlueHat Jul 11, 2024
3ed7970
Add comments for possible future tests.
BigBlueHat Jul 11, 2024
8c25a54
Add .editorconfig.
BigBlueHat Jul 11, 2024
70db5ed
Add missing periods.
BigBlueHat Jul 12, 2024
5f10c0f
Remove unused vas from Status section.
BigBlueHat Jul 12, 2024
9f894f2
Add refershService & credentialSchema to type musts.
BigBlueHat Jul 15, 2024
014b83a
Add refershService & credentialSchema type tests.
BigBlueHat Jul 15, 2024
9d33000
Remove unused variables to keep linter happy.
BigBlueHat Jul 15, 2024
41f2a0f
Add which field is being tested in order test.
BigBlueHat Jul 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# https://editorconfig.org

root = true
BigBlueHat marked this conversation as resolved.
Show resolved Hide resolved

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{js,json,jsonld,yaml,yml}]
indent_style = space
indent_size = 2
471 changes: 310 additions & 161 deletions tests/10-vcdm2.js

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions tests/input/credential-nonsingle-id-fail.json

This file was deleted.

14 changes: 0 additions & 14 deletions tests/input/credential-refresh-no-id-fail.json

This file was deleted.

15 changes: 0 additions & 15 deletions tests/input/credential-refresh-non-url-id-fail.json

This file was deleted.