Skip to content

inner-product/essential-testing-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Essential Testing

a.k.a., Writing Programs That Write Tests: Better Testing With ScalaCheck.

Setup

Install sbt, then run it:

$ sbt

From the sbt prompt, you can run tests:

sbt:essential-testing-code> test

All code should compile, but there may be some compiler warnings about unused imports or dead code, because the exercises have placeholders for you to complete.

You can also run a specific test by name:

sbt:essential-testing-code> testOnly AbsSpec

About

Code and exercises for Essential Testing course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages