Results 16 issues of David Tucker

It looks like the subnet is correct, so the address could have been accurate at one point. I've never seen a different address show up since I started using this...

question

Please :)

This project seems like a good candidate since `mypy` is an official project: https://docs.pytest.org/en/latest/contributing.html#submitplugin

meta

Hey there :wave: I'm in the process of adding types to pytest-mypy, which integrates with xdist in part via the `pytest_configure_node` hook. The type for the `node` parameter is available...

``` python # conftest.py def pytest_terminal_summary(terminalreporter): terminalreporter.section("This is a section.") terminalreporter.write_line("This is a line.") terminalreporter.write_line("This is another line.") terminalreporter.section("This is another section.") terminalreporter.write_line("This is a 3rd line.") terminalreporter.write_line("This is a...