mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
10 lines
221 B
Python
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
|