driver_tests 0.1.0-dev+7 copy "driver_tests: ^0.1.0-dev+7" to clipboard
driver_tests: ^0.1.0-dev+7 copied to clipboard

Shared ORM driver integration test suites reused by ORM drivers.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add driver_tests

With Flutter:

 $ flutter pub add driver_tests

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  driver_tests: ^0.1.0-dev+7

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:driver_tests/driver_tests.dart';
0
likes
150
points
12
downloads

Publisher

verified publisherglenfordwilliams.com

Weekly Downloads

Shared ORM driver integration test suites reused by ORM drivers.

Repository (GitHub)
View/report issues

Topics

#orm #database #testing

Documentation

Documentation
API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

decimal, json_annotation, ormed, test

More

Packages that depend on driver_tests