-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-code-healthInternal changes to our tools and workflows to make them cleaner, simpler, or more maintainableInternal changes to our tools and workflows to make them cleaner, simpler, or more maintainable
Description
The analyzer and other core components of dartdoc are not set up the same way for unit tests as they are for real dartdoc, leading to situations where code can work in real-life but not in the unit test environment, discouraging the development of unit tests.
Merge analyzer setup for tests with dartdoc's own analyzer setup, eliminate other differences in setup for unit testing, and add tests for uncovered areas.
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ontype-code-healthInternal changes to our tools and workflows to make them cleaner, simpler, or more maintainableInternal changes to our tools and workflows to make them cleaner, simpler, or more maintainable