brotherton-erpnext/stock/tests.py

10 lines
261 B
Python
Raw Normal View History

2011-06-28 07:56:02 +00:00
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()