Marcio Mazza
Marcio Mazza
I suggest you document your improvements over the original project (that seems to be abandoned). This is very useful software and it is really nice of you to be working...
I know this is just a clone of the sourceforge repo... but just for the record: clonedigger codebase has much code duplication itself. If someone ever contributes to the project,...
Since pytest `7.0.0` the fixtures `tmpdir` and `tmpdir_factory` were moved to a `Pluggy` plugin class, so are not found anymore by jedi. This partially breaks #791. The change was made...
Find `pytest` fixtures from external plugins registered via `setuptools` entry points. Using `setuptools` entry points is probably the main `pytest` mechanism of plugin discovery. See https://docs.pytest.org/en/stable/how-to/writing_plugins.html#setuptools-entry-points Some examples of pytest...
The ENV "Alternative Syntax" mentioned in https://docs.docker.com/engine/reference/builder/#env allows values to have spaces and span multiple lines. This is an example highlight before the grammar change:  Notice it breaks after...
The line below does not produce > "A_n_yy but only > A_n_yy ``` Append the next n lines to register 'a' "Anyy Intermediate ``` I guess the double quote must...