Ask HN: Founders, how much automated tests do you write?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bind9_parser

    Bind9 Parser in Python that can process all of ISC Bind configuration files

  • When working with Regex and PyParsing, I find it imperative to maintain unit tests on everything small because I am dealing with over 2,400 abstract keyword combination built out of some 423 EBNF syntax of ISC Bind9 named.conf configuration file and all in Python.

    Tiny mistakes that I make are caught early on, and development gets a solid foundation in which to build the proper abstract syntax tree.

    source: https://github.com/egberts/bind9_parser

  • firestarter

    A starter kit for quickly building your next app. Side project or startup! (by mcapodici)

  • This is something I have been considering as I work on firestarter [0] which is a going to be an open source starting point for building a SaaS.

    I decided tests are a good thing to have, and especially when already set up and you can easily add more by following the pattern.

    I prefer unit tests that are narrow in scope and avoid IO interactions (for example databases)

    Of course anyone using my framework can ignore the tests if they desire. But my gut feeling is tests save you time in the short run as well as long run.

    [0] https://github.com/mcapodici/firestarter

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Modern Day Equivalent to HyperCard?

    8 projects | news.ycombinator.com | 1 May 2024
  • Encapsulation in Rust and Python

    4 projects | dev.to | 5 Apr 2024
  • Rich is a Python library for rich text and beautiful formatting in the terminal

    1 project | news.ycombinator.com | 14 Mar 2024
  • Web Scraping Dynamic Websites With Scrapy Playwright

    1 project | dev.to | 6 Mar 2024
  • This Week in Python (February 23, 2024)

    5 projects | dev.to | 23 Feb 2024