mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 22:48:27 +00:00
New Setup Wizard
This commit is contained in:
14
setup/page/setup_wizard/test_setup_wizard.py
Normal file
14
setup/page/setup_wizard/test_setup_wizard.py
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd.
|
||||
# License: GNU General Public License v3. See license.txt
|
||||
|
||||
from __future__ import unicode_literals
|
||||
import webnotes
|
||||
|
||||
from setup.page.setup_wizard.test_setup_data import args
|
||||
from setup.page.setup_wizard.setup_wizard import setup_account
|
||||
|
||||
if __name__=="__main__":
|
||||
webnotes.connect()
|
||||
webnotes.local.form_dict = webnotes._dict(args)
|
||||
setup_account()
|
||||
|
||||
Reference in New Issue
Block a user