Dev Test Testing

Use when writing or running Dart tests with package:dev_test, a drop-in replacement for import 'package:test/test.dart': solo_test, solo_group, skip_test, skip_group to isolate or skip one test from the IDE, testDescriptions for the current group/test path, mainDevTestMenu to run a test file as an interactive console menu, and which package:test API (test, group, setUp, tearDown, expect, matchers, TestOn, Timeout, Skip, addTearDown, printOnFailure) it re-exports.

tekartik 48479f1 7.4 KB Updated

File contents

tekartik/dev_test.dart/tree/main/dev_test/skills/dev-test-testing commit 48479f1dc7

Frequently asked questions

npx skillmds@latest add tekartik/dev-test-testing