-
Notifications
You must be signed in to change notification settings - Fork 65
New methods for question and template testing #15
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
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #15 +/- ##
============================================
+ Coverage 61.81% 68.27% +6.46%
- Complexity 73 141 +68
============================================
Files 7 12 +5
Lines 254 457 +203
============================================
+ Hits 157 312 +155
- Misses 97 145 +48
Continue to review full report at Codecov.
|
|
For some reason can not get StyleCI to pass. It want to remove and add the same line |
|
This is a great idea! Can this please get merged? |
Added methods to fully test questions and FB templates
There are new tests written to see almost all new methods in action.
There will be a conflict with
assertTemplatemethod. Currently it expects second (optional) parameter to be boolean$strictbut in this PR it expects a closure. Old "strict" comparison was bad call because it actually does not differ fromassertRaw.