Readit News logoReadit News
ludovicianul commented on Ask HN: What are you working on? (October 2025)    · Posted by u/david927
ludovicianul · 2 months ago
I'm building a CLI that automatically generates and runs negative and boundary tests from OpenAPI Specs: https://github.com/dochia-dev/dochia-cli. It aims to reduce effort that engineers spent on this type of testing, either automatic or manual. But also making sure it comprehensively covers test scenarios which might not be considered by everyone.
ludovicianul commented on Show HN: Turn your OpenAPI spec into negative tests   github.com/dochia-dev/doc... · Posted by u/ludovicianul
andreareina · 3 months ago
Went looking for and could not find an example of the generated test payloads.
ludovicianul · 3 months ago
Author here. It generates valid API requests based on your OpenAPI description. It also has generators that try to add meaningful values in the generated fields. You can do a simple run to see how it goes for your API on a single endpoint with the HappyPath playbook: `dochia test -c api.yaml -s http://localhost:8080 --path /test-path --playbook Happy`.
ludovicianul commented on AI is probabilistic. Your testing can't stay deterministic   docs.futureagi.com/future... · Posted by u/nikhilpareek13
ludovicianul · 3 months ago
I remember calling non-deterministic tests "flaky" which was a bad thing.
ludovicianul commented on The Invisible Character That Cost Me Too Much Debugging Time   blog.dochia.dev/blog/the-... · Posted by u/ludovicianul
docsaintly · 3 months ago
Self promotion, and seems somewhat fake? The front page of their websites has user testimonials from 2026.
ludovicianul · 3 months ago
Author here. I've just launched the tool and wanted to have some simple dev humor in it. It intentional says future testimonials. The story is real though. And it happened with other types of hidden chars in different forms.

u/ludovicianul

KarmaCake day1645December 15, 2016
About
Building dochia.dev
View Original