dart-lang / dart-lang/test

Provide information about the current test case in `setUp()`

Open
#107 4 comments 2 reactions 0 assignees View on GitHub
type-enhancement
Dominant language
Dart
Stars
536
Forks
232
Avg merge
1d 10h
Merged PRs (30d)
10

Description

When I have leftovers after running tests I want to know which test case wasn't cleaned up properly.
I start a docker container for each test in `setUp()` and if I knew the name of the current test I could assign the name of the current test to the container for later identification.

related to #48

Contributor guide

Open the contributing guide

Research direction

Start by tracing how setUp() is invoked and where the current test case is represented during test execution. Confirm how setup code could access that information, then verify that it can identify the test case associated with each setup invocation.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart
Domain
testing
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.