test: unignores dots.json outside of root so can use for test cases
This commit is contained in:
parent
5a63b2cb13
commit
35cb4405fb
6
.gitignore
vendored
6
.gitignore
vendored
@ -152,6 +152,6 @@ logs/
|
||||
out/
|
||||
*.xlsx
|
||||
|
||||
kalpa.toml
|
||||
indexes.json
|
||||
dots.json
|
||||
/kalpa.toml
|
||||
/indexes.json
|
||||
/dots.json
|
||||
|
30
tests/read_bin_csv/test_files/dots.json
Normal file
30
tests/read_bin_csv/test_files/dots.json
Normal file
@ -0,0 +1,30 @@
|
||||
[
|
||||
{
|
||||
"r": [5, 0, 0],
|
||||
"label": "dot1"
|
||||
},
|
||||
{
|
||||
"r": [-5, 0, 0],
|
||||
"label": "dot2"
|
||||
},
|
||||
{
|
||||
"r": [0, 0, 0],
|
||||
"label": "line"
|
||||
},
|
||||
{
|
||||
"r": [-5, 5, 0],
|
||||
"label": "triangle1"
|
||||
},
|
||||
{
|
||||
"r": [0, 3.5, 0],
|
||||
"label": "triangle2"
|
||||
},
|
||||
{
|
||||
"r": [-5, 5, 0.5],
|
||||
"label": "uprise1"
|
||||
},
|
||||
{
|
||||
"r": [0, 3.5, 0.5],
|
||||
"label": "uprise2"
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user