dev_test 0.16.4 copy "dev_test: ^0.16.4" to clipboard
dev_test: ^0.16.4 copied to clipboard

Development utilities for dart and flutter packages. CI, build and test helpers.

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
140
pub points
65%
popularity

Publisher

verified publishertekartik.com

Development utilities for dart and flutter packages. CI, build and test helpers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

args, dev_build, matcher, meta, path, pool, process_run, pub_semver, test, yaml

More

Packages that depend on dev_test