Skip to content

Commit 376875f

Browse files
Merge pull request #83 from OpenSPP/various-fixes-edwin
Remove TDD in best practices
2 parents 877186a + 224774b commit 376875f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/developer_guide/best_practices.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ OpenSPP follows the coding standards of the [Odoo Community Association (OCA)](h
1919
```
2020
- After setup, these checks will run automatically on every `git commit`. If an issue is found, the commit will be stopped, and some tools may automatically fix the files for you.
2121

22-
## Embrace Test-Driven Development (TDD)
23-
- All new features and bug fixes must follow a Test-Driven Development approach. Write tests that define and validate the functionality *before* writing the implementation.
24-
- Every module must include a comprehensive test suite to ensure its correctness and prevent future regressions.
25-
- Tests should be placed in a `tests/` subdirectory within your module and will be automatically discovered by Odoo's test runner.
26-
- This practice is critical for maintaining a high-quality, stable, and maintainable codebase.
27-
2822
## Write Clean and Readable XML
2923
- Use a consistent naming convention for record IDs. For example: `view_model_name_form`, `action_model_name_window`.
3024
- Logically order fields in views to create an intuitive user experience.

0 commit comments

Comments
 (0)