You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's what I have in mind.
What about creating a @dataclass or NamedTuple or ish that will describe using a model what is a test case?
This should make it easier to maintain a code IMHO.
A suggestion, if you are interested :)
The text was updated successfully, but these errors were encountered:
we could load into such a model and perhaps develop, using Github Actions, a solution to introspect members and generate such a table each time model changes :)
Here's what I have in mind.
What about creating a
@dataclass
orNamedTuple
orish
that will describe using a model what is a test case?This should make it easier to maintain a code IMHO.
A suggestion, if you are interested :)
The text was updated successfully, but these errors were encountered: