Phillip Schanely

Results 105 comments of Phillip Schanely

Sort of vaguely related, I just [added pygls to CrossHair](https://crosshair.readthedocs.io/en/latest/ide_integrations.html#integrate-using-the-language-server-protocol). (really thankful for this package!) But since CrossHair needs to run in the developer's Python environment, it's most likely to...

As far as expanding to pylint & others, I keep a (very old) [fork](https://github.com/pschanely/crosshair-playground) of mypy-playground that I use for [CrossHair](https://github.com/pschanely/CrossHair), on the web [here](https://crosshair-web.org/). Not surprisingly, I'd be more...

Please do! Thank you! There is a bunch of conversation in the #122 PR that's worth reviewing. Shoot fast and loose with questions, here or on [gitter](https://gitter.im/Cross_Hair/Lobby)!

Going to be optimistic and assume my fixed worked for you, and close this. Please reopen though, if it didn't!

So this took me a few months to get to ... instead of a few weeks. But better late than never. As of 98ec6da735af699e6a729e2572baf56ac101473d, I've got something working: we output...

Oh, great - glad that multiple people are interested in this. Would y'all give [0.0.32](https://crosshair.readthedocs.io/en/latest/changelog.html#version-0-0-32) a try? It contains my changes to make this issue better. Here is a trivial...

> The one thing I can say about provided counterexample is that object attribute values are not mentioned by their names, but generally good direction. > > ```python > /tmp/main.py:12:...

Closing this old issue. Hope the fix worked for you, and don't hesitate to reach out again!

Now when CrossHair finds a hypothesis counterexample, it's saved to the hypothesis database. That means even regular runs of hypothesis will try inputs that CrossHair has found! (via #185; thank...

There are only about 10 test files left using unittest, and I think they are all simple (no setup, teardown, or subTests). We are close!