mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
test: drop unused variable and apply ruff formatting
This commit is contained in:
@@ -81,7 +81,7 @@ class TestItemWisePurchaseHistory(ERPNextTestSuite):
|
|||||||
self.assertNotIn(po_other_group.name, names)
|
self.assertNotIn(po_other_group.name, names)
|
||||||
|
|
||||||
def test_supplier_filter(self):
|
def test_supplier_filter(self):
|
||||||
po = create_purchase_order(supplier="_Test Supplier", transaction_date="2026-06-01")
|
create_purchase_order(supplier="_Test Supplier", transaction_date="2026-06-01")
|
||||||
create_purchase_order(supplier="_Test Supplier 1", transaction_date="2026-06-01")
|
create_purchase_order(supplier="_Test Supplier 1", transaction_date="2026-06-01")
|
||||||
|
|
||||||
suppliers = {row["supplier"] for row in self.run_report(supplier="_Test Supplier")[1]}
|
suppliers = {row["supplier"] for row in self.run_report(supplier="_Test Supplier")[1]}
|
||||||
|
|||||||
Reference in New Issue
Block a user