Oscar Gustafsson
Oscar Gustafsson
> The PR tests runs against the source directly. The release test is specifically designed to test against the built wheel to make sure something isn't missing from a releasable...
Is it possible to dynamically adapt the number of columns? Or is the idea to consider the length of the content and then cleverly select the number of columns in...
Here is the documentation regarding grids: https://sphinx-design.readthedocs.io/en/latest/grids.html
I have now played around with this a bit and my suggestion is to print the values as integers. (For other readers: providing a clock period as a float will...
> So it begs the question of why collect coverage? Valid point. My main reason was to confirm that my modifications were actually executed, especially for things that I didn't...
I am quite sure: https://pytest-cov.readthedocs.io/en/latest/config.html#reference That is the only interpretation of "multi-allowed" that makes sense to me, but I can be wrong. Yeah, I do not really know what to...
This is quite strange. Only using the pyproject.toml-info lead to the tests being included (maybe one should remove the nox-line?), but not runner.py.
If I ever get coverage for runner.py, I will sort out the other issues. ;-)
> I'm not sure what you mean, so I'm going to guess no. https://github.com/cocotb/cocotb/blob/0b47978253170dceec0e6ff4e0245daf64b19cb6/src/cocotb/regression.py#L202 sort of. That cocotb already now interacts with pytest. I think that one can, maybe, do...
It is not possible, but it should be possible to add something like that here: https://github.com/matplotlib/matplotlib/blob/61ed3f40057a48821ccad758fd5f04f0df1b8aab/lib/matplotlib/spines.py#L440 Marking as good first issue, but medium since it involves the rc-machinery.