Skip to content

Commit

Permalink
Roman Numerals and Property Based Tests (quii#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
quii authored Jul 9, 2019
1 parent 27dc517 commit 68e8173
Show file tree
Hide file tree
Showing 16 changed files with 1,877 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
13. [Reflection](reflection.md) - Learn about reflection
13. [Sync](sync.md) - Learn some functionality from the sync package including `WaitGroup` and `Mutex`
13. [Context](context.md) - Use the context package to manage and cancel long-running processes
14. [Intro to property based tests](roman-numerals.md) - Practice some TDD with the Roman Numerals kata and get a brief intro to property based tests

### Build an application

Expand Down
1 change: 1 addition & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* [Reflection](reflection.md)
* [Sync](sync.md)
* [Context](context.md)
* [Intro to property based tests](roman-numerals.md)

## Build an application

Expand Down
Loading

0 comments on commit 68e8173

Please sign in to comment.