Skip to content

Commit

Permalink
Python 3.12 added.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersulyok committed Nov 9, 2023
1 parent c3cfc22 commit b301faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ For a more detailed HTML coverage report run this command:

$ pytest --cov=src --cov=test --cov-report=html

The detailed HTML report will be available in folder `./htmlcov/index.html` with coverage statistics and showing the covered and non-covered lines in the source code. The actual coverage result is 98%.
The detailed HTML report will be available in folder `./htmlcov/index.html` with coverage statistics and showing the covered and non-covered lines in the source code. The actual coverage result is 99%.

## Linting
The code was checked with `pylint` and `flake8`. They can be executed this way:
Expand All @@ -105,6 +105,6 @@ A github workflow has been implemented for this project that is executed in case
The workflow is executed on the following test matrix:

- OS: `ubuntu-latest`
- Python version: `3.7`, `3.8`, `3.9`, `3.10`, `3.11`
- Python version: `3.7`, `3.8`, `3.9`, `3.10`, `3.11`, `3.12`

> Written with [StackEdit](https://stackedit.io/).

0 comments on commit b301faa

Please sign in to comment.