Skip to content

Pytest LSP v0.1.3 - 2022-10-15

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 09:51
· 0 commits to a63dc2cd7e52fe4ce5ebdd6070db2108f5ad211b since this release

v0.1.3 - 2022-10-15

Fixes

    • Check that server provided for testing doesn't crash within the first 0.1 seconds
    • Return INITIALIZE response from ClientServer.start(). This allows tests to assert against the server's INITIALIZE response without resending the INITIALIZE request in the actual test. (#22)