Skip to content

Setup GitHub actions tests #5

Setup GitHub actions tests

Setup GitHub actions tests #5

Triggered via pull request June 24, 2024 23:06
Status Success
Total duration 1m 22s
Artifacts

run_pytest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

34 warnings
[flake8] tests/fixtures.py#L117 <103>: tests/fixtures.py#L117
Missing docstring in public function
[flake8] tests/resources/test_Archives.py#L6 <401>: tests/resources/test_Archives.py#L6
'tests.fixtures.client_with_mock_db' imported but unused
[flake8] tests/resources/test_Archives.py#L6 <401>: tests/resources/test_Archives.py#L6
'tests.fixtures.bypass_api_required' imported but unused
[flake8] tests/resources/test_Archives.py#L9 <811>: tests/resources/test_Archives.py#L9
redefinition of unused 'client_with_mock_db' from line 6
[flake8] tests/resources/test_Archives.py#L9 <811>: tests/resources/test_Archives.py#L9
redefinition of unused 'bypass_api_required' from line 6
[flake8] tests/resources/test_Archives.py#L20 <811>: tests/resources/test_Archives.py#L20
redefinition of unused 'client_with_mock_db' from line 6
[flake8] tests/resources/test_Archives.py#L20 <811>: tests/resources/test_Archives.py#L20
redefinition of unused 'bypass_api_required' from line 6
[flake8] tests/resources/test_DataSources.py#L5 <401>: tests/resources/test_DataSources.py#L5
'tests.fixtures.client_with_mock_db' imported but unused
[flake8] tests/resources/test_DataSources.py#L5 <401>: tests/resources/test_DataSources.py#L5
'tests.fixtures.bypass_api_required' imported but unused
[flake8] tests/resources/test_DataSources.py#L13 <811>: tests/resources/test_DataSources.py#L13
redefinition of unused 'client_with_mock_db' from line 5
[flake8] tests/resources/test_DataSources.py#L13 <811>: tests/resources/test_DataSources.py#L13
redefinition of unused 'bypass_api_required' from line 5
[flake8] tests/resources/test_DataSources.py#L22 <811>: tests/resources/test_DataSources.py#L22
redefinition of unused 'test_put_data_source_by_id' from line 13
[flake8] tests/resources/test_DataSources.py#L22 <811>: tests/resources/test_DataSources.py#L22
redefinition of unused 'client_with_mock_db' from line 5
[flake8] tests/resources/test_DataSources.py#L22 <811>: tests/resources/test_DataSources.py#L22
redefinition of unused 'bypass_api_required' from line 5
[flake8] tests/resources/test_DataSources.py#L48 <811>: tests/resources/test_DataSources.py#L48
redefinition of unused 'client_with_mock_db' from line 5
[flake8] tests/resources/test_DataSources.py#L48 <811>: tests/resources/test_DataSources.py#L48
redefinition of unused 'bypass_api_required' from line 5
[flake8] tests/resources/test_User.py#L4 <401>: tests/resources/test_User.py#L4
'tests.fixtures.client_with_mock_db' imported but unused
[flake8] tests/resources/test_User.py#L4 <401>: tests/resources/test_User.py#L4
'tests.fixtures.bypass_api_required' imported but unused
[flake8] tests/resources/test_User.py#L8 <103>: tests/resources/test_User.py#L8
Missing docstring in public function
[flake8] tests/resources/test_User.py#L8 <811>: tests/resources/test_User.py#L8
redefinition of unused 'client_with_mock_db' from line 4
[flake8] tests/resources/test_User.py#L8 <100>: tests/resources/test_User.py#L8
Unused argument 'bypass_api_required'
[flake8] tests/resources/test_User.py#L8 <811>: tests/resources/test_User.py#L8
redefinition of unused 'bypass_api_required' from line 4
Run Pytest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.