Skip to content

docs(dev_portal/test): remove refs of testing tools not used in project#37786

Merged
hainenber merged 1 commit intomasterfrom
chore/remove-unused-tech-refs-for-backend-testing-doc
Feb 8, 2026
Merged

docs(dev_portal/test): remove refs of testing tools not used in project#37786
hainenber merged 1 commit intomasterfrom
chore/remove-unused-tech-refs-for-backend-testing-doc

Conversation

@hainenber
Copy link
Contributor

docs(dev_portal/test): remove refs of testing tools not used in project

SUMMARY

A very chore PR to remove references of tooling not used in Superset's backend testing. Or maybe @rusackas is doing some foreshadow? 👀

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

N/A

TESTING INSTRUCTIONS

N/A

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

Signed-off-by: hainenber <dotronghai96@gmail.com>
@github-actions github-actions bot added the doc Namespace | Anything related to documentation label Feb 8, 2026
@bito-code-review
Copy link
Contributor

bito-code-review bot commented Feb 8, 2026

Bito Automatic Review Skipped - Files Excluded

Bito didn't auto-review this change because all changed files are in the exclusion list for automatic reviews. No action is needed if you didn't intend for the agent to review it. Otherwise, to manually trigger a review, type /review in a comment and save.
You can change the excluded files settings here, or contact your Bito workspace admin at evan@preset.io.

@dosubot dosubot bot added the doc:developer Developer documentation label Feb 8, 2026
@codeant-ai-for-open-source
Copy link
Contributor

Sequence Diagram

This PR removes mentions of testing tools (Factory Boy, MSW) that aren't used by the backend. The diagram shows the concise contributor -> repo -> CI -> docs-site flow for updating and publishing the documentation change.

sequenceDiagram
    participant Contributor
    participant Repo
    participant CI
    participant DocsSite

    Contributor->>Repo: Edit docs (remove Factory Boy, MSW) & open PR
    Repo->>CI: Trigger CI checks for PR
    CI-->>Repo: Validate docs change
    Repo->>Repo: Merge PR into main
    Repo->>DocsSite: Build & deploy updated docs
    DocsSite-->>Contributor: Updated documentation published
Loading

Generated by CodeAnt AI

@netlify
Copy link

netlify bot commented Feb 8, 2026

Deploy Preview for superset-docs-preview ready!

Name Link
🔨 Latest commit 9c006aa
🔍 Latest deploy log https://app.netlify.com/projects/superset-docs-preview/deploys/698816f86e66b6000809dfd7
😎 Deploy Preview https://deploy-preview-37786--superset-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Member

@rusackas rusackas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I admit... I'm starting to lose track of my own work. PR LGTM! :D

@hainenber hainenber merged commit 3b75af9 into master Feb 8, 2026
70 of 71 checks passed
@hainenber hainenber deleted the chore/remove-unused-tech-refs-for-backend-testing-doc branch February 8, 2026 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc:developer Developer documentation doc Namespace | Anything related to documentation size/XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants