# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
# See license.txt

import unittest

# test_records = frappe.get_test_records('Manufacturer')


class TestManufacturer(unittest.TestCase):
	pass
