Thomas Wimmer

Results 68 issues of Thomas Wimmer

* currently only supported in the testoutput directive * completely skips the doctest if the expression in :skipif: evaluates to True. It is planned to extend this commit s.t. the...

See http://www.sphinx-doc.org/en/master/usage/extensions/doctest.html#skipping-tests-conditionally - [x] in testoutput - [x] in testcode - [ ] in doctest - [ ] in testsetup/testcleanup

I think the MockAwareDoctestFinder code from https://github.com/thisch/pytest-sphinx/blob/0e4ec60b720ba8d6afd1cf24e2a20e3ba8d6dd4f/pytest_sphinx.py#L494 can be removed (once we drop support for < python 3.10), because the issue we had with it has been fixed (I guess)...

The doctest plugin in sphinx support specifying a code block in `conf.py` that is called at setup time ``` doctest_global_setup = ''' try: import pandas as pd except ImportError: pd...

Currently I manually run `black -l 80 */**.py` to format the code.

Beginning with emacs27, cl.el will be marked as obsolete.

When graphviz is not installed and pytest is called with `--profile-svg`, the following line is output at the end of the pytest logs: ``` SVG profile in /home/..../myproj/prof/combined.svg. ``` But...

## Checklist - [x] I have checked existing issues for potential duplicates before creating this one. - [x] I have read the [Troubleshooting guide][]. ## Bug description When the `python-ruff`...

kind: bug

When `pytest-run` is run while the current buffer is e.g. a magit buffer, the following error is output Wrong type argument: stringp, nil This is because `pytest-find-test-runner-names` runs `(file-name-directory buffer-file-name)`,...