Skip to content

Conversation

@AurelienJaquier
Copy link
Contributor

@AurelienJaquier AurelienJaquier commented May 16, 2025

  • add EModel model
  • add ETypeClass
  • add MEModel

@AurelienJaquier AurelienJaquier self-assigned this May 16, 2025
@codecov
Copy link

codecov bot commented May 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Flag Coverage Δ
pytest 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/entitysdk/models/__init__.py 100.00% <100.00%> (ø)
src/entitysdk/models/emodel.py 100.00% <100.00%> (ø)
src/entitysdk/models/etype.py 100.00% <100.00%> (ø)
src/entitysdk/models/memodel.py 100.00% <100.00%> (ø)
src/entitysdk/models/morphology.py 100.00% <ø> (ø)
src/entitysdk/route.py 100.00% <ø> (ø)
src/entitysdk/typedef.py 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AurelienJaquier AurelienJaquier marked this pull request as ready for review May 19, 2025 08:44

from typing import Annotated

from app.db.types import ValidationStatus
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can either use a str for the status, or define a StrEnum in entitysdk.typedef

Copy link
Collaborator

@eleftherioszisis eleftherioszisis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@AurelienJaquier AurelienJaquier merged commit 65b87cc into main May 19, 2025
11 checks passed
@AurelienJaquier AurelienJaquier deleted the memodel branch May 19, 2025 11:53
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.

3 participants