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

This reverts commit bb917207c2.
This commit is contained in:
ruthra kumar
2025-03-18 17:27:01 +05:30
parent e1ba08a28d
commit 54d96f34f2
123 changed files with 3451 additions and 3045 deletions

View File

@@ -0,0 +1 @@
[]

View File

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

View File

@@ -1,9 +0,0 @@
[["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

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

View File

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