-
Notifications
You must be signed in to change notification settings - Fork 76
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
Settings.py::get_extensions: Add tests for 100% branch coverage #279
Labels
Comments
abhaygupta97
added a commit
to abhaygupta97/coala-quickstart
that referenced
this issue
Nov 4, 2018
Modifying tests in SettingsTest.py file to increase branch coverage of ``if ext in exts:`` in get_extensions function to 100%. Closes coala#279
abhaygupta97
added a commit
to abhaygupta97/coala-quickstart
that referenced
this issue
Nov 4, 2018
Modifying tests in SettingsTest.py file to increase branch coverage of ``if ext in exts:`` in get_extensions function to 100%. Closes coala#279
The function is present in |
Following that the given lines are present in
On running |
I don't know why, quite possible because of the changes in moban repo, I was able to recreate this today |
I am getting 100% test coverage 😕
|
abhaygupta97
added a commit
to abhaygupta97/coala-quickstart
that referenced
this issue
Nov 10, 2018
Modifying tests in SettingsTest.py file to increase branch coverage of ``if ext in exts:`` in get_extensions function to 100%. Closes coala#279
abhaygupta97
added a commit
to abhaygupta97/coala-quickstart
that referenced
this issue
Nov 11, 2018
Modifying tests in SettingsTest.py file to increase branch coverage of ``if ext in exts:`` in get_extensions function to 100%. Closes coala#279
abhaygupta97
added a commit
to abhaygupta97/coala-quickstart
that referenced
this issue
Nov 14, 2018
Modifying tests in SettingsTest.py file to increase branch coverage of ``if ext in exts:`` in get_extensions function to 100%. Closes coala#279
abhaygupta97
added a commit
to abhaygupta97/coala-quickstart
that referenced
this issue
Nov 14, 2018
Modifying tests in SettingsTest.py file to increase branch coverage of ``if ext in exts:`` in get_extensions function to 100%. Closes coala#279
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This function does not have 100% branch coverage of
if ext in exts:
The text was updated successfully, but these errors were encountered: