Files
erpnext/erpnext/buying/report/procurement_tracker/test_procurement_tracker.py
2024-04-10 14:15:58 +05:30

10 lines
221 B
Python

# Copyright (c) 2013, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
from frappe.tests.utils import FrappeTestCase
class TestProcurementTracker(FrappeTestCase):
pass