Running Tests
Last updated
Last updated
The client tests are located in the client/src
directory and utilize .test.js
extensions. They are built using and .
Install Dependencies:
Run Tests:
This command launches the test runner in interactive watch mode. It runs all test files and provides feedback on test results.
The server tests are located in the server/tests
directory and are implemented using .
Install Dependencies:
Run Tests:
This command discovers and runs all test files (test_*.py
) in the server/tests
directory using unittest.