mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 14:08:29 +00:00
chore(tests): move to compact, human readable, commentable toml layout for test records
This commit is contained in:
@@ -1 +0,0 @@
|
||||
[]
|
||||
@@ -1,11 +0,0 @@
|
||||
[
|
||||
{
|
||||
"activity_type": "_Test Activity Type"
|
||||
},
|
||||
{
|
||||
"activity_type": "_Test Activity Type 1"
|
||||
},
|
||||
{
|
||||
"activity_type": "_Test Activity Type 2"
|
||||
}
|
||||
]
|
||||
9
erpnext/projects/doctype/activity_type/test_records.toml
Normal file
9
erpnext/projects/doctype/activity_type/test_records.toml
Normal 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"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
{
|
||||
"project_name": "_Test Project",
|
||||
"status": "Open"
|
||||
}
|
||||
]
|
||||
4
erpnext/projects/doctype/project/test_records.toml
Normal file
4
erpnext/projects/doctype/project/test_records.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[[Project]]
|
||||
project_name = "_Test Project"
|
||||
status = "Open"
|
||||
|
||||
Reference in New Issue
Block a user