Andreas Maier
Andreas Maier
We had a case where the "coveralls" command failed with an exception traceback because it did not handle the connectivity error. For details, see [this log](https://github.com/pywbem/pywbem/runs/4421368271?check_suite_focus=true#step:19:15) (in that case, we...
This PR addresses issue #338. This PR fails in a local "tox" on macOS with the same errors as the master branch.
Even though Python 2.7 is out of service there are many projects that still have a need to support it. Taking that away in an important project like coveralls is...
The latest version of 'python-coveralls' (2.9.1, released 4/2017) requires coverage==4.0.3 (see its setup.py). The latest version of 'pytest-cov' (2.6.0, released today) requires coverage>=4.4. This breaks the tests of several of...
I am getting the subject ValueError on Windows, when the directory to inspect is on C: and the current directory is on D:, which happens to be the default on...
When there is an invocation of `pdb.set_trace()` in the code, Pylint reports: ``` E1101: Module 'pdb' has no 'set_trace' member (no-member) ``` That does not happen with the built-in `pdb`....
We are using httpretty (in the pywbem project) and a few of our test cases should simulate connection issues by raising exceptions. We raise them in httpretty callbacks, e.g.: ```...
I did not find any information about writing user-provided CSS files. I am not asking for general information about CSS, but instead whatever about CSS is specific to markdown-pdf. For...
Since there is no common standard for Markdown, it would be helpful if markdown-pdf would state (idealy with a link) which flavor of Markdown it supports.
Markdown comments of the form: ``` ``` are recognized by most markdown processors. markdown-pdf treats it as normal text and renders it in the output.