Added a simple example demonstrating how to use cosmic-ray to improve a test suite.#323
Added a simple example demonstrating how to use cosmic-ray to improve a test suite.#323
Conversation
|
@trbedwards Can you look this over and let me know if it looks correct to you? |
Codecov Report
@@ Coverage Diff @@
## master #323 +/- ##
=========================================
- Coverage 83.04% 82.8% -0.25%
=========================================
Files 44 44
Lines 1280 1291 +11
Branches 124 129 +5
=========================================
+ Hits 1063 1069 +6
- Misses 200 203 +3
- Partials 17 19 +2
Continue to review full report at Codecov.
|
| @@ -0,0 +1,13 @@ | |||
| # Run the adam tests with unittest | |||
There was a problem hiding this comment.
Comment needs to get updated?!
There was a problem hiding this comment.
Should this (bowling_game_score_calculator) be in here (this PR) after all?
There was a problem hiding this comment.
That comment is cruft; I've removed it.
I think the bowling_game_score_calculator was part of the same documentation effort from the PyCon UK sprint. @trbedwards: was this intended to be in the same PR as simple_math? I may have messed up the rebasing or something.
This is a rebasing and simplification of a set of changes by @trbedwards.