data-model-spec icon indicating copy to clipboard operation
data-model-spec copied to clipboard

Implement a test suite

Open bergos opened this issue 8 years ago • 4 comments

A test suite should be implemented to test code for compliance.

Examples of test suites: rdf-test-graph or Promises/A+ Compliance Test Suite

bergos avatar Feb 26 '16 20:02 bergos

I implemented an initial version of the test suite. Most things should be covered, but we need more tests for the .toCanonical stuff.

bergos avatar Jul 01 '16 12:07 bergos

.toCanonical of quads should end with a full stop

bergos avatar Jul 07 '16 17:07 bergos

I've updated the tests, but also merged them into the rdf-data-model. See also #115. If we have enough votes in the other issue, I will move that repository and close this issue.

bergos avatar Apr 14 '17 23:04 bergos

Should we just reference https://github.com/rdfjs/data-model/tree/master/test ?

elf-pavlik avatar Feb 07 '19 16:02 elf-pavlik