Setup github ci for pytest tests including static analysis#19
Merged
jakub-vavra-cz merged 3 commits intoRedHat-SP-Security:masterfrom Nov 11, 2025
Merged
Setup github ci for pytest tests including static analysis#19jakub-vavra-cz merged 3 commits intoRedHat-SP-Security:masterfrom
jakub-vavra-cz merged 3 commits intoRedHat-SP-Security:masterfrom
Conversation
Reviewer's GuideConfigure GitHub Actions to run containerized system tests, add a scheduled static code analysis workflow for pytest tests, and adjust pytest configurations to align topologies and marks. Flow diagram for static code analysis workflow stepsflowchart TD
Start["Start Workflow"]
Checkout["Checkout Repository"]
Venv["Setup Virtual Environment"]
InstallDeps["Install Dependencies"]
Flake8["Run flake8"]
Pycodestyle["Run pycodestyle"]
Isort["Run isort"]
Black["Run black"]
Mypy["Run mypy"]
End["End Workflow"]
Start --> Checkout --> Venv --> InstallDeps --> Flake8 --> Pycodestyle --> Isort --> Black --> Mypy --> End
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
039677a to
5910093
Compare
5910093 to
67c2182
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
Set up GitHub Actions workflows for pytest system tests and static analysis and update pytest configurations accordingly
CI:
Tests: