iscc / iscc-specs

ISCC: International Standard Content Code
http://iscc.codes
Other
47 stars 9 forks source link

Conformance tests should not require default arguments #59

Closed Alexander-N closed 5 years ago

Alexander-N commented 5 years ago

All arguments should be explicitly defined in the conformance tests, since languages like Rust and Go do not support default arguments.

For example https://github.com/iscc/iscc-specs/blob/2c7150bff71abe54f71bf24a1682df78cc8d7774/tests/test_data.json#L69-L73

should be

  "content_id_text": {
    "test_001_empty": {
      "inputs": [
        "",
        false
      ],