mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-12 17:51:20 +00:00
10 lines
225 B
Python
10 lines
225 B
Python
# Copyright (c) 2013, Frappe Technologies Pvt. Ltd. and contributors
|
|
# For license information, please see license.txt
|
|
|
|
|
|
from frappe.tests import IntegrationTestCase
|
|
|
|
|
|
class TestProcurementTracker(IntegrationTestCase):
|
|
pass
|