docs: correct stale Tests note in README#27
Merged
Conversation
The control plane now has many app/*_test.py modules run per-file under pytest in CI, not "both Python test modules". Mention `make lint`. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Deploying palisade-api with
|
| Latest commit: |
d81bf99
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://183e5176.palisade-api.pages.dev |
| Branch Preview URL: | https://docs-readme-tests-fix.palisade-api.pages.dev |
Deploying palisade-marketing with
|
| Latest commit: |
d81bf99
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2b1449e2.palisade-cg7.pages.dev |
| Branch Preview URL: | https://docs-readme-tests-fix.palisade-cg7.pages.dev |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



The README Tests section said "both Python test modules" — there are now ~16
app/*_test.pymodules, run per-file under pytest in CI. Updated the wording and pointed tomake lint. Docs-only.🤖 Generated with Claude Code