mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
[fix] Test case fixed
This commit is contained in:
1
test_sites/apps.txt
Normal file
1
test_sites/apps.txt
Normal file
@@ -0,0 +1 @@
|
||||
erpnext
|
||||
1
test_sites/languages.txt
Normal file
1
test_sites/languages.txt
Normal file
@@ -0,0 +1 @@
|
||||
en english
|
||||
12
test_sites/test_site/site_config.json
Normal file
12
test_sites/test_site/site_config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"db_name": "test_frappe",
|
||||
"db_password": "test_frappe",
|
||||
"auto_email_id": "test@example.com",
|
||||
"mail_server": "smtp.example.com",
|
||||
"mail_login": "test@example.com",
|
||||
"mail_password": "test",
|
||||
"admin_password": "admin",
|
||||
"run_selenium_tests": 1,
|
||||
"host_name": "http://localhost:8000",
|
||||
"install_apps": ["erpnext"]
|
||||
}
|
||||
Reference in New Issue
Block a user