-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added a simple example demonstrating how to use cosmic-ray to improve a test suite. #323
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment needs to get updated?!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this (bowling_game_score_calculator) be in here (this PR) after all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.