Skip to content

Commit

Permalink
Updating the reporting dataclass for geos_ats
Browse files Browse the repository at this point in the history
  • Loading branch information
cssherman committed Feb 1, 2024
1 parent 72e6ef2 commit 7fa6add
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geos_ats_package/geos_ats/reporting.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}


@dataclass( frozen=True )
@dataclass
class TestStepRecord:
status: atsut._StatusCode
log: str
Expand All @@ -42,7 +42,7 @@ class TestStepRecord:
elapsed: float


@dataclass( frozen=True )
@dataclass
class TestCaseRecord:
steps: dict
status: atsut._StatusCode
Expand All @@ -52,7 +52,7 @@ class TestCaseRecord:
resources: int


@dataclass( frozen=True )
@dataclass
class TestGroupRecord:
tests: list
status: atsut._StatusCode
Expand Down

0 comments on commit 7fa6add

Please sign in to comment.