Merge pull request #46591 from ruthra-kumar/revert_to_json_for_test_records

Revert "chore(tests): move to compact, human readable, commentable to…
This commit is contained in:
ruthra kumar
2025-03-19 16:50:14 +05:30
committed by GitHub
123 changed files with 3452 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,7 @@
[
{
"company": "_Test Company",
"project_name": "_Test Project",
"status": "Open"
}
]

View File

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