dev_test 0.15.0+3 copy "dev_test: ^0.15.0+3" to clipboard
dev_test: ^0.15.0+3 copied to clipboard

outdated

Brings (back) the solo and skip features on top of the test package

example/main.dart

// Copyright (c) 2017, alex. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:dev_test/test.dart';

void main() {
  group('group', () {
    test('test', () {
      expect(true, isTrue);

      // testDescriptions helper. Can be used to generate a path or a test
      // specific context.
      expect(testDescriptions, ['group', 'test']);
    });
  });
}
0
likes
0
pub points
65%
popularity

Publisher

verified publishertekartik.com

Brings (back) the solo and skip features on top of the test package

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, collection, matcher, meta, path, pool, process_run, pub_semver, stack_trace, test, yaml

More

Packages that depend on dev_test