code coverage
So you think you can test?
Level: Introductory
Unit testing is a widely adopted agile practice. But can we ensure that tests are executed, kept up to date or even written?
This talk presents a concept web framework which integrates unit testing in a novel way. Based on the premiss that untested code can’t be trusted, the it will refuse running your code if it does not have tests, the tests don’t cover all your code, or your tests fail to detect bugs artificially injected into your code.
