Live data from Hacker News

Viewing profile — tsv_

tsv_

HN member
Joined
Thu, Aug 10, 2023, 3:07 PM UTC
HN karma
4
Public activity
6 items

About tsv_

No profile information was provided.

Recent public activity

  1. comment
    Comment #45555949

    Thank you for sharing this example! You've perfectly captured one of my main frustrations: pytest tries to be "helpful" by adding extra context, but ends up obscuring the actual er…

  2. comment
    Comment #45555848

    Thank you for taking the time to explain your perspective, this is exactly the kind of thoughtful feedback that helps me understand different testing philosophies. Your distinction…

  3. comment
    Comment #45447216

    Thanks for the feedback, it helps me see things from a different perspective. These are excellent questions, and you're absolutely right that they should be clear from the landing …

  4. comment
    Comment #45447112

    Thanks for the support! It means a lot, especially from someone who shares the pytest frustration. About bare `assert`s. Vedro is actually flexible enough to use any matchers you p…

  5. comment
    Comment #45422338

    I'm working on Vedro, a Python testing framework as a pytest alternative without the magic and with clear output. The main idea is that tests should just be Python: plain `assert` …

  6. comment
    Comment #41963833

    Each time a new LLM version comes out, I give it another try at generating tests. However, even with the latest models, tailored GPTs, and well-crafted prompts with code examples, …