Skip to content

feat(docs): add testing instructions to docs#10

Merged
hoangsonww merged 2 commits into
masterfrom
feat/add-ci-cd-deployment-pipeline
Jul 5, 2025
Merged

feat(docs): add testing instructions to docs#10
hoangsonww merged 2 commits into
masterfrom
feat/add-ci-cd-deployment-pipeline

Conversation

@hoangsonww

Copy link
Copy Markdown
Owner

No description provided.

@hoangsonww hoangsonww requested a review from Copilot July 5, 2025 16:02
@hoangsonww hoangsonww self-assigned this Jul 5, 2025
@hoangsonww hoangsonww added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 5, 2025
@netlify

netlify Bot commented Jul 5, 2025

Copy link
Copy Markdown

Deploy Preview for fullstack-learning-management-system canceled.

Name Link
🔨 Latest commit 5526736
🔍 Latest deploy log https://app.netlify.com/projects/fullstack-learning-management-system/deploys/68694ca577bb480008d4ccc8

@vercel

vercel Bot commented Jul 5, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
learning-management-system-fullstack ⬜️ Ignored (Inspect) Jul 5, 2025 4:02pm

@hoangsonww hoangsonww merged commit c52113f into master Jul 5, 2025
5 of 6 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull Request Overview

This PR enhances the project documentation by introducing a new Testing section that guides contributors on running both backend and frontend test suites.

  • Updated the table of contents to include Testing, Backend Tests, and Frontend Tests links
  • Reformatted the existing Global Note admonition for consistency
  • Added step-by-step commands for executing backend (pytest) and frontend (npm) tests
Comments suppressed due to low confidence (3)

README.md:35

  • [nitpick] The nested list items under 'Testing' in the TOC use inconsistent indentation. Use consistent spaces (e.g., two spaces) before each dash to correctly nest these items under 'Testing'.
  - [Backend Tests](#backend-tests)

README.md:170

  • The admonition formatting combines two '>' markers in one line, which may render improperly. Consider splitting it into separate lines each starting with '>' to match Markdown blockquote style:
> [!IMPORTANT] > **Note:** Our backend server may spin down due to inactivity, so you may experience delays in loading data initially as the backend is hosted on the free tier of Render. If you encounter any issues, please let me know.

README.md:841

  • [nitpick] Consider adding a note about prerequisite steps, such as installing dependencies (npm install in the frontend and pip install -r requirements.txt in the backend), to help new contributors set up tests without errors.
The project includes unit tests for both the backend and frontend applications. You can run the tests using the following commands:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

Development

Successfully merging this pull request may close these issues.

2 participants