Ben Finney
Ben Finney
This will make it much easier to install the commands on different systems. It will also ensure data files (such as the package version, described in issue #121) can be...
This is caused by the domain match logic: It fails to ignore letter case for hostnames. The following test case, added to `tests/unit/test_httpretty.py`, demonstrates the problem: ```python def test_match_http_address_should_ignore_hostname_case(): "HTTPretty.match_http_address...
The [branch ‘wip/issue/369/match-uri-without-hostname-case’](https://salsa.debian.org/bignose/httpretty/commits/wip/issue/369/match-uri-without-hostname-case) (in my personal fork repository https://salsa.debian.org/bignose/httpretty/) implements the test case and a correction to fix this bug. It currently merges cleanly to the ‘master’ branch.
Note that the tool for installing a library is not one of the run-time dependencies of the library. So ‘install_requires’ should not specify ‘setuptools’, because any Python install tool (e.g....
I have implemented a change to resolve this, in the branch https://salsa.debian.org/bignose/gandi-cli/commits/wip/issue/github-249/remove-setuptools-dependency in my personal fork.
This remains a bug in the document released in version 1.5.
An easy way to have the `get_config` call fail, is to have a badly-formatted configuration file that `get_config` will read (such as `pyproject.toml`). If `get_config` raises a `ValueError` it will...
I have [implemented a test case which demonstrates this](https://git.sr.ht/~bignose/gotcha-ipdb/commit/2eb0eaf40edd2fc7fd52e032f7dfda07ddc369ea), and a simple change to correct it. See the branch [refine-exception-handling](https://git.sr.ht/~bignose/gotcha-ipdb/tree/wip/issue/234/refine-exception-handling) in my personal fork. The test case ([after](https://git.sr.ht/~bignose/gotcha-ipdb/commit/a4bbb9fbd0be88d89f5cd12ab5542f962628a3dd) [refactoring](https://git.sr.ht/~bignose/gotcha-ipdb/commit/0f0b4b254c74c5e3e753d3a6c24bafb5e99e2d7e) to...
On 09-Sep-2021, Godefroid Chapelle wrote: > Thanks for the analysis and the test ! You're welcome, I hope it helps. > Any reason this is not a PR ? While...
> @bignose-debian I am fine adding your repo as remote to merge your changes myself. > Can you point me to the proper https git url ? Yes, see the...