Add tests for all but the content syntax parser module
This commit is contained in:
parent
f48b2070bc
commit
e657eb6513
17 changed files with 1072 additions and 127 deletions
3
tests/mocks/bad_graph/static/graph.toml
Normal file
3
tests/mocks/bad_graph/static/graph.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[meta]
|
||||
config = {
|
||||
'
|
||||
13
tests/mocks/good_json/graph.json
Normal file
13
tests/mocks/good_json/graph.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"nodes": {
|
||||
"JSON": {
|
||||
"text": "",
|
||||
"title": "JSON",
|
||||
"links": [],
|
||||
"id": "JSON",
|
||||
"hidden": false,
|
||||
"connections": []
|
||||
}
|
||||
},
|
||||
"root_node": "JSON"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue