Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the TestSuiteResult structure #1759

Closed
kevinmessiaen opened this issue Jan 23, 2024 · 1 comment
Closed

Refactor the TestSuiteResult structure #1759

kevinmessiaen opened this issue Jan 23, 2024 · 1 comment
Labels
d:easy Easy task. Good "first issue" for contributors enhancement New feature or request good first issue Good for newcomers

Comments

@kevinmessiaen
Copy link
Member

馃殌 Feature Request

Currently the TestSuiteResult class uses a List[Tuple[str, TestResult, Dict[str, Any]]]) for the TestResult information.

We need to have a List[SuiteTestResult] (SuiteTestResult does not exist yet) in order to greatly improve the code structure.

馃攬 Motivation

This data structure is not humain readable and makes it hard to maintain (ei. We want to add an execution time for each test in this PR)

@kevinmessiaen kevinmessiaen added enhancement New feature or request good first issue Good for newcomers d:easy Easy task. Good "first issue" for contributors labels Jan 23, 2024
Copy link

linear bot commented Jan 23, 2024

@Smixi Smixi mentioned this issue Jan 24, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d:easy Easy task. Good "first issue" for contributors enhancement New feature or request good first issue Good for newcomers
Development

No branches or pull requests

1 participant