agritheory / test_utils

Common Test Utilities and Fixtures for AgriTheory Projects
2 stars 3 forks source link

Track overridden or monkey patched code by commit hash from upstream repo #13

Closed agritheory closed 1 month ago

agritheory commented 1 month ago
def overriden_method(self):
"""
MONKEYPATCH: {{ commit hash }} # reference the commit hash of the override 
PATH: erpnext/accounts/doctype/account/acount.py:Account.validate...
"""
fproldan commented 1 month ago

@agritheory https://github.com/diamorafaela/track-overrides

agritheory commented 2 weeks ago

@fproldan I would like to import this available as pre-commit hook via this repo. I propose that we add it as a dependency and wrap it