Skip to content

fix: test case by rohitwaghchaure [frappe] PR#37063

Bot Dokos requested to merge ft-pr-37063 into develop

From: https://github.com/frappe/erpnext/pull/37063
Date: 2023-09-13 11:22:43+05:30

  • fix: test case (#37063)



Diagnostics

pre-commit failed for source commit: e6c302a397926a9a78b0ef20a03da52e7c48712e
flake8...................................................................Failed
- hook id: flake8
- exit code: 1

erpnext/manufacturing/doctype/bom_creator/test_bom_creator.py:9:1: F401 'erpnext.manufacturing.doctype.bom_creator.bom_creator.delete_node' imported but unused
erpnext/manufacturing/doctype/bom_creator/test_bom_creator.py:9:1: F401 'erpnext.manufacturing.doctype.bom_creator.bom_creator.edit_qty' imported but unused



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-37063

# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports