Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests to all Python versions supported by the project #395

Merged
merged 2 commits into from
Mar 26, 2023

Conversation

nycholas
Copy link
Member

@nycholas nycholas commented Mar 26, 2023

Add tests to all Python versions supported by the project

Add unit tests and integration tests for each Python version supported
by the project.

The integration tests are essential for the next steps, which will be changes
to Browser API.

Note: The work of saying goodbye to Python 3.6 starts here.

See also: #394

Add unit tests and integration tests for each Python version supported
by the project.

The integration tests are essential for the next steps, which will be changes
to Browser API.

*Note:*  The work of saying good bye to Python 3.6 starts here.

See also: #394
@nycholas nycholas changed the title Add unit tests and integration tests to all Python versions supported by the project Add tests to all Python versions supported by the project Mar 26, 2023
@nycholas nycholas force-pushed the feature/github-actions-docker-compose branch from 7549628 to 990918f Compare March 26, 2023 16:19
@nycholas nycholas self-assigned this Mar 26, 2023
@nycholas nycholas merged commit a13f67f into master Mar 26, 2023
@nycholas nycholas deleted the feature/github-actions-docker-compose branch March 26, 2023 16:30
nycholas added a commit that referenced this pull request Jan 19, 2024
* Add support to Python 3.12 (#431)
* Drop support to Python 3.7
* Bump Flask version to >=3.0.0
* Bump JQuery version from 1.8.1 to 3.7.1 (fix security issue)
* Bump several dependencies versions
* Migrate configuration to pyproject.toml
* Reorganizze requirements files
* Remove flask_jsonrpc.__version__ attribute in favor to pyproject.toml version attribute
* Add multi Python version on update workflow (#332)
* Add new param to allow/disallow JSON-RPC Notification (#385)
* Unified API Browser when using modular server (#391)
* Add tests to all Python versions supported by the project (#395)
* Add e2e tests to Web Browsable API (#401)
* Goodbye Python 3.6 (#404)
* Add support to Python 3.11 (#408)
* Add rpc.describe RPC method: JSON Schema Service Descriptor (#412)
* Project links fixed (#429)
@nycholas nycholas mentioned this pull request Jan 19, 2024
nycholas added a commit that referenced this pull request Jan 19, 2024
* Add GitHub Action for coveralls

* Version 3.0.0

* Add support to Python 3.12 (#431)
* Drop support to Python 3.7
* Bump Flask version to >=3.0.0
* Bump JQuery version from 1.8.1 to 3.7.1 (fix security issue)
* Bump several dependencies versions
* Migrate configuration to pyproject.toml
* Reorganizze requirements files
* Remove flask_jsonrpc.__version__ attribute in favor to pyproject.toml version attribute
* Add multi Python version on update workflow (#332)
* Add new param to allow/disallow JSON-RPC Notification (#385)
* Unified API Browser when using modular server (#391)
* Add tests to all Python versions supported by the project (#395)
* Add e2e tests to Web Browsable API (#401)
* Goodbye Python 3.6 (#404)
* Add support to Python 3.11 (#408)
* Add rpc.describe RPC method: JSON Schema Service Descriptor (#412)
* Project links fixed (#429)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant