This is an automated email from the ASF dual-hosted git repository.
hainenber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 3b75af9ac3b docs(dev_portal/test): remove refs of testing tools not
used in project (#37786)
3b75af9ac3b is described below
commit 3b75af9ac3b86547a27b6b512323300e75bc387c
Author: Đỗ Trọng Hải <[email protected]>
AuthorDate: Sun Feb 8 16:46:31 2026 +0700
docs(dev_portal/test): remove refs of testing tools not used in project
(#37786)
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 d1d0ba63a50..856b3990ae9 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
---