nowfound

Alternatives

Products that do what mutflow does

Mutation Testing inside test-suite. Compile once, catch gaps

  1. 1ML

    Background: We were inspired by how aider.chat was making use of pageranked AST and realized that we can use this to power high quality mutation testing using LLMs. Check it out!

    2024 · github.com

  2. 2KA
  3. 3IB

    I got sick of the old software development loop: Change code -> Run tests -> wait -> wait some more -> look at failures. I decided to build a tool that will enable you to: Change code -> look at failures. No wait time, no explicit test running. Under the hood: - Runs the whole test suite and collects code coverage per test. - For each auto file save, analyzes the changes on the tests. - Runs changed tests in the background. - Display results, the loop time from change to test results is approx 250ms. Instead of: code -> alt+tab -> arrow up -> rerun all the tests -> wait ... -> test results…

    2022 · github.com

  4. 4
    Komment378

    Make sense of messy code

    2025

  5. 5J1
  6. 6FA
  7. 7ZC
  8. 8HW

    Hello everyone! I’m thrilled to announce the latest feature from Mutahunter.ai, the ultimate tool for finding and fixing weaknesses in your code. We’ve designed Mutahunter to leverage mutation testing powered by advanced LLMs, helping you uncover vulnerabilities and enhance your code quality effortlessly. Introducing our newest feature: Detailed Mutation Testing Reports! After running our mutation tests, Mutahunter now generates comprehensive reports that clearly summarize: • Vulnerable code gaps • Test case gaps These reports significantly reduce the cognitive load on developers by…

    2024 · github.com

  9. 9

    You write a standard solution, just like on LeetCode, and run it through the CLI. It identifies the problem by ID or title, executes your code against local test cases, and shows the result. It currently supports around 1.4k problems and multiple languages, including Python, C++, Rust, Java, Go, TypeScript, Swift, and others. The project is still an MVP. System design, SQL, and concurrency problems are not supported yet, but support for more problem types is planned. Made in Haskell!

    19d ago · github.com

  10. 10KA
  11. 11
    Videobug104

    The 10x debugger for your Java, Kotlin, and Scala

    2022

  12. 12EM

    Hey HN, Steven here from CodeIntegrity https://github.com/codeintegrity-ai/mutahunter We’re obsessed with automating software testing, specifically mutation testing, and have been frustrated with its slow adoption despite its proven success. I have a pretty different perspective on mutation testing and have shared my thoughts on its current state - https://www.jungsteven.com/blog/2024-07-03-past-present-future-mutation-testing Over the past few months, we’ve developed a new mutation testing tool that’s easy to use and compatible with any programming…

    2024

  13. 13CR
  14. 14MF
  15. 15SU

    We are building Tonic Ephemeral - a purpose built test database that is easy and fast to spin up (or down) based on your dev and test requirements. As engineers who worked on data at Palantir and Tableau, we've seen developers struggle to get isolated test databases when needed. We faced the same problem while we were building our core product at Tonic. Based on this, we decided to build something for ourselves and then realized some of our customers loved it too. Today, we are sharing Tonic Ephemeral with the world. Briefly, Tonic Ephemeral manages test data infrastructure. In my…

    2024 · docs.tonic.ai

  16. 16OS

    For the past few months we’ve been building a simple jest/typescript-based high-level language for writing and running integration tests. We're open-sourcing it now and are excited to share it with you: https://github.com/traceloop/jest-opentelemetry Why we built this: - There are many solid frameworks for FE / browser testing, but none with high-level constructs for testing BE flows - We were missing a way to validate side effects for complex backend systems, especially across async queueing systems Our beta version lets you send an API call to a system and…

    2023 · github.com

  17. 17
    JMIT4

    Finds tests that pass even when your code is broken

    Jun 2026 · auroreci.com

  18. 18
    Keploy68

    Open-source no-code API & unit testing platform

    2022

  19. 19GP

    Hey HN, We've written a pretty cool Gradle plugin I wanted to share. It turns out if you native-image the Java and Kotlin compilers, you can experience a serious gain, especially for "smaller" projects (under 10,000 classes). By compiling the compiler with native image, JIT warmup normally experienced by Gradle/Maven et al is skipped. Startup time is extremely fast, since native image seals the heap into the binary itself. The native version of javac produces identical outputs from inputs. It's the same exact code, just AOT-compiled, translated to machine code, and pre-optimized by…

    2025 · github.com

  20. 20AC

    I always strive to write better, clean and readable code. But I often find unit tests are hard to read, and especially harder to quickly identify what are the important pieces, or even what the test is testing about. So I came up with this lightweight library to help enforce unit tests with a Given-When-Then structure. I hope you find this useful. Any feedback are welcome. https://github.com/cobrakai-lab/Cobrakai.GWTUnit

    2021

  21. 21MA

    Backend APIs often grow into large orchestration classes full of duplicated calls and manual concurrency. I’ve been working on Mosaic, a Kotlin framework that composes responses out of small, request-scoped “tiles.” Each tile runs once per request, dependencies resolve automatically, and independent tiles execute in parallel without boilerplate. It’s still early (v0.2.0), but working today for caching, concurrency, and testability. Curious to hear feedback on the approach. GitHub: https://github.com/Nick-Abbott/Mosaic Maven Central: org.buildmosaic:mosaic-core:0.2.0

    Sep 2025 · github.com

  22. 22WB

    Hi, we are working on a tool for speeding up test runs, by skipping tests unaffected by code changes. Effectivly, Saving 80-95% of the time, by skipping 80-95% of tests. We started a few months ago, and have managed to get into a few production CI systems. All our prospects and users are on holiday right now. So we decided to repackage and open-source for local test running. available here (https://github.com/nabaz-io/nabaz) under MIT license. One line change: pytest -v -> nabaz test --cmdline "pytest -v" Stalk us on GitHub, or just Star us. Ask questions, we'll answer in…

    2022 · github.com

  23. 23

    Mutation testing workflow for AI-written tests

    May 2026 · github.com

  24. 24ES

    Hello everyone :) Recently, my team (at VirtusLab) released an experimental support for Kotlin in Pulumi. This means you can use a convenient DSL to deploy stuff to your cloud (see examples in the repository). Getting started guide should be enough for you to use this in a toy project :). This is a proof of concept, so we would really love to hear your feedback before moving on. Please have a look at the "Giving feedback" section of the README.md.

    2023 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →