TestsΒΆ
To run a series of checks along with the tests, run pre_commit_check.py - Run a series of checks that should all pass before submitting a pull request; see this file for instructions on invoking each test/check individually.
Contents:
- pre_commit_check.py - Run a series of checks that should all pass before submitting a pull request
- test_server.py - Tests for
../CodeChat_Server/server.py - conftest.py - pytest fixtures for testing
- ci_utils.py - Utilities supporting continuous integration tests
- mypy.ini - mypy configuration
- .flake8 - Flake8 configuration
- pyproject.toml - Configuration for black and pytest
- .coveragerc - Configure code coverage