Files
erpnext/erpnext/buying/report/procurement_tracker/test_procurement_tracker.py
2024-10-07 13:12:57 +02:00

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