Fix typo in README.md from 'functional' to 'functions'#1866
Fix typo in README.md from 'functional' to 'functions'#1866michaeldiederich wants to merge 1 commit intowheels-dev:developfrom
Conversation
Notice for Filename for getting Tests running
|
@michaeldiederich Just to clarify — the Also, the note added to the |
|
Well, the wheels-base-template has a |
|
Thanks for clarifying! If the
So rather than renaming the documentation to match the template, I believe the template should be updated to reflect the documented structure. We can rename the folder from |
The directory was incorrectly named "functions" in the base template and repo-level tests. The intended name is "functional", which aligns with the README, the documented testing architecture (unit/integration/ functional), and standard framework conventions (Django, Rails). Also updates doc references in testing-your-application.md and using-the-test-environment.md. Closes #1866 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Thanks for catching this inconsistency @michaeldiederich! After looking into it, I agree with @zainforbjs — I've pushed the rename in #1872 which should close this issue. |
Notice for Filename for getting Tests running