mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 21:48:27 +00:00
added sample tests
This commit is contained in:
10
material_management/tests.py
Normal file
10
material_management/tests.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import unittest
|
||||
|
||||
import sys
|
||||
sys.path.append('/Users/rushabh/Workbench/www/wnframework/cgi-bin/')
|
||||
sys.path.append('/Users/rushabh/Workbench/www/erpnext/')
|
||||
|
||||
from material_management.doctype.delivery_note.tests import *
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Reference in New Issue
Block a user