Matthew Moisen
Matthew Moisen
@anthony-tuininga Thanks very much for adding this. --- The example linked by @cjbj works for me as well. --- Just a thought, instead of making us write out `ldap_hook`, could...
Previously you mentioned not wanting to require `ldap3` which I agree, but the default function could simply raise the import error or raise a pretty message to the user.
Hi @shinokada , any chance you can take a look at this when you have a moment? This exposes the html elements for all the form elements, such that parent's...
With pytest==8.2.2 and pytest-xdist==3.6.1, and pytest-rerunfailures==14.0, all tests that undergo a rerun result in the following AssertionError: ``` def runtest(self) -> None: from _pytest.debugging import maybe_wrap_pytest_function_for_tracing testcase = self.instance >...