Skip to content

Latest commit

 

History

History
 
 

dart_test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Dart Test boilerplate

This boilerplate uses

Test files should be picked based on their name, here's a few examples that will get picked up by Test:

  • test/kata_test.dart
  • test/my_test_file_test.dart

Installing dependencies

dart pub get

Running tests

# Run tests once
dart test

# Run tests for a specific file
dart test test/kata_test.dart