Skip to content

This PR sets up the CI/CD pipelines,Adds comprehensive unit tests for the Analyser and Plate Girder Validator, and resolves a critical bug in the validator that was causing test failures. - #306

Open
ManavSharma23 wants to merge 1 commit into
Aditya-Donde:devfrom
ManavSharma23:test

Conversation

@ManavSharma23

Copy link
Copy Markdown

CI/CD Pipeline

GitHub Actions Workflow (.github/workflows/ci.yml): Configured an automated workflow to run code linting (ruff), type checking (mypy), and unit tests (pytest) on every push and pull request.
Codecov Integration: Integrated Codecov coverage reports. Quality check and report upload steps are configured as non-blocking (continue-on-error: true) to prevent CI failures in forks lacking repository-specific secrets.
Dependency Update (pyproject.toml): Added pytest-cov to developer dependencies.

Unit Tests

Analyser Tests (tests/unit/test_analyser.py): Implemented tests to verify plate girder structure calculations, forces, and moments under different support conditions.
Plate Girder Validator Tests (tests/unit/test_plategirder_validator.py): Implemented tests to validate rules for girder dimensions, spacing, web thickness, and flange dimensions.
Test Configuration (tools/conftest.py): Configured testing environment defaults.

Bug Fixes

Transverse Spacing Validator (src/osdagbridge/core/bridge_types/plate_girder/validator.py):
Fixed a bug where the top flange width was not converted from meters to millimeters in the spacing check logic.
This scaling mismatch caused incorrect validation failures.

Includes:
- Add GitHub Actions CI workflow (.github/workflows/ci.yml)
- Add pytest-cov dependency in pyproject.toml
- Add unit tests for analyser and plate girder validator
- Fix transverse spacing validator to convert top flange width from meters to mm
- Add pytest configuration in tools/conftest.py
@Zehen-249

Copy link
Copy Markdown

@ManavSharma23 This single commit is doing lots of work, maybe you can reset your branch add test specific files in in staging then make a commit for test, and then same for CI and update in pyproject.toml

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.

2 participants