This is an automated email from the ASF dual-hosted git repository.

hainenber pushed a commit to branch 
chore/remove-unused-tech-refs-for-backend-testing-doc
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 9c006aadd1c18f862fb6596af0a87d500483536e
Author: hainenber <[email protected]>
AuthorDate: Sun Feb 8 11:52:45 2026 +0700

    docs(dev_portal/test): remove refs of testing tools not used in project
    
    Signed-off-by: hainenber <[email protected]>
---
 docs/developer_portal/testing/overview.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/developer_portal/testing/overview.md 
b/docs/developer_portal/testing/overview.md
index d1d0ba63a5..856b3990ae 100644
--- a/docs/developer_portal/testing/overview.md
+++ b/docs/developer_portal/testing/overview.md
@@ -60,7 +60,6 @@ Superset embraces a testing pyramid approach:
 - **pytest**: Python testing framework with powerful fixtures and plugins
 - **SQLAlchemy Test Utilities**: Database testing and transaction management
 - **Flask Test Client**: API endpoint testing and request simulation
-- **Factory Boy**: Test data generation and model factories
 
 ## Best Practices
 
@@ -157,7 +156,6 @@ npm run test:coverage
 - **React Testing Library** - Component testing utilities
 - **Playwright** - End-to-end testing (replacing Cypress)
 - **Storybook** - Component development and testing
-- **MSW** - API mocking for testing
 
 ---
 

Reply via email to