Skip to content

pg-format/pg-test-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PG Test Suite

This repository contains a test suite for implementations of Property Graph Exchange Format (PG):

PG Format parsing

File pg-format-valid.json contains an array of test cases with keys:

  • pg - the PG Format source to be parsed
  • about (optional) - an informal description of the test case
  • graph (optional) - the expected graph in PG-JSON
  • formatted (optional) - pretty printed result of the source

File pg-format-invalid.json contains an object mapping invalid PG Format documents to informal descriptions of the test case.

Directory examples contains sample documents in PG Format (*.pg) and PG-JSON (*.json). Applications are expected to parse each NAME.pg into the graph given in file NAME.json.

About

Test suite for implementations of PG specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published