mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 21:18:27 +00:00
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:
1
erpnext/projects/doctype/activity_cost/test_records.json
Normal file
1
erpnext/projects/doctype/activity_cost/test_records.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
11
erpnext/projects/doctype/activity_type/test_records.json
Normal file
11
erpnext/projects/doctype/activity_type/test_records.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"activity_type": "_Test Activity Type"
|
||||
},
|
||||
{
|
||||
"activity_type": "_Test Activity Type 1"
|
||||
},
|
||||
{
|
||||
"activity_type": "_Test Activity Type 2"
|
||||
}
|
||||
]
|
||||
@@ -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"
|
||||
|
||||
7
erpnext/projects/doctype/project/test_records.json
Normal file
7
erpnext/projects/doctype/project/test_records.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"company": "_Test Company",
|
||||
"project_name": "_Test Project",
|
||||
"status": "Open"
|
||||
}
|
||||
]
|
||||
@@ -1,4 +0,0 @@
|
||||
[[Project]]
|
||||
project_name = "_Test Project"
|
||||
status = "Open"
|
||||
company = "_Test Company"
|
||||
Reference in New Issue
Block a user