Initial commit: TDD Workshop exercises for participants
- Password Validator kata with starter code and tests - Shopping Cart kata with starter code and tests - FizzBuzz reference code (from live demo) - Setup guide and TDD reference card - No solutions included (participants implement themselves)
This commit is contained in:
commit
3d94c96ed2
13 changed files with 1469 additions and 0 deletions
8
password_validator/pubspec.yaml
Normal file
8
password_validator/pubspec.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
name: password_validator
|
||||
description: TDD Workshop - Feature A
|
||||
|
||||
environment:
|
||||
sdk: ^3.0.0
|
||||
|
||||
dev_dependencies:
|
||||
test: ^1.25.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue