brotherton-erpnext/stock/tests.py
2011-07-01 13:34:41 +05:30

10 lines
261 B
Python

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()