Conversation
Signed-off-by: hainenber <dotronghai96@gmail.com>
|
Bito Automatic Review Skipped - Files Excluded |
Sequence DiagramThis 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
Generated by CodeAnt AI |
✅ Deploy Preview for superset-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
rusackas
left a comment
There was a problem hiding this comment.
I admit... I'm starting to lose track of my own work. PR LGTM! :D
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