You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

56 lines
817 B

  1. accounts:
  2. - erpnext/accounts/*
  3. - erpnext/controllers/accounts_controller.py
  4. - erpnext/controllers/taxes_and_totals.py
  5. stock:
  6. - erpnext/stock/*
  7. - erpnext/controllers/stock_controller.py
  8. - erpnext/controllers/item_variant.py
  9. assets:
  10. - erpnext/assets/*
  11. regional:
  12. - erpnext/regional/*
  13. selling:
  14. - erpnext/selling/*
  15. - erpnext/controllers/selling_controller.py
  16. buying:
  17. - erpnext/buying/*
  18. - erpnext/controllers/buying_controller.py
  19. support:
  20. - erpnext/support/*
  21. POS:
  22. - pos*
  23. ecommerce:
  24. - erpnext/e_commerce/*
  25. maintenance:
  26. - erpnext/maintenance/*
  27. manufacturing:
  28. - erpnext/manufacturing/*
  29. crm:
  30. - erpnext/crm/*
  31. HR:
  32. - erpnext/hr/*
  33. payroll:
  34. - erpnext/payroll*
  35. projects:
  36. - erpnext/projects/*
  37. # Any python files modifed but no test files modified
  38. needs-tests:
  39. - any: ['erpnext/**/*.py']
  40. all: ['!erpnext/**/test*.py']