chore(tests): move to compact, human readable, commentable toml layout for test records

This commit is contained in:
David
2024-10-13 01:31:28 +02:00
parent cc954d9c67
commit bb917207c2
123 changed files with 3045 additions and 3451 deletions

View File

@@ -1,11 +0,0 @@
[
{
"activity_type": "_Test Activity Type"
},
{
"activity_type": "_Test Activity Type 1"
},
{
"activity_type": "_Test Activity Type 2"
}
]

View File

@@ -0,0 +1,9 @@
[["Activity Type"]]
activity_type = "_Test Activity Type"
[["Activity Type"]]
activity_type = "_Test Activity Type 1"
[["Activity Type"]]
activity_type = "_Test Activity Type 2"

View File

@@ -1,6 +0,0 @@
[
{
"project_name": "_Test Project",
"status": "Open"
}
]

View File

@@ -0,0 +1,4 @@
[[Project]]
project_name = "_Test Project"
status = "Open"