tricorder
testy
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tricorder
-
Show HN: A new open-source automation tool as an alternative to Ansible/Salt
There is https://pyinfra.com/
As a sidenote, I also made a small experiment a while ago : https://github.com/linkdd/tricorder/
But it's a bit of a chicken-and-egg problem. Without users, I don't know how it should be used, without features I won't get any users. So for now, it's in a state of "I'll address bug reports and feature requests, but I won't actively develop it".
-
Ask HN: What's your favorite software testing framework and why?
Thank you. Your library seems nice.
Unfortunately, I have to say it... I hate YAML with a passion, k8s, github actions/gitlab ci, ansible, etc... When I'm doing ops jobs, I feel like I'm coding in YAML.
Btw, this hate for YAML birthed https://linkdd.github.io/tricorder/ :P
-
Created a simple tool for task automation in Rust
Another one in the same vein is tricorder, which has one of the coolest websites ever. AFAIK it doesn't do dependencies, though. But it's got a RUST API!
- Show HN: Automation the KISS way. No YAML involved
testy
-
Russ Cox: Go Testing by Example
Agreed with most of this but I’m skeptical of the rsc.io/script dsl approach. I’ll try it, though, because Russ is often right.
shameless advert: do you wish testify was implemented with generics and go-cmp, and had a more understandable surface area? Check out my small zero-dep library, Testy https://github.com/peterldowns/testy
shameless advert: do you want to write tests against your postgres database, but each new test adds seconds to your test suite? Check out pgtestdb, the marginal cost of each test is measured in tens of milliseconds, and each test gets a unique and isolated postgres instance — with all your migrations applied. https://github.com/peterldowns/pgtestdb
- Show HN: Testy, a better Golang testing library
-
Ask HN: What's your favorite software testing framework and why?
Finished, take a look if you're curious --
https://github.com/peterldowns/testy
What are some alternatives?
z-run - z-run -- scripting library lightweight Go-based tool
embedded-postgres - Java embedded PostgreSQL component for testing
LazySmallCheck2012 - Lazy SmallCheck with functional values and existentials!
hitchstory - Type-safe YAML integration tests. Tests that write your docs. Tests that rewrite themselves.
php-easycheck - Mirror of http://chriswarbo.net/git/php-easycheck
bats - Bash Automated Testing System
ospec - Noiseless testing framework
jsverify - Write powerful and concise tests. Property-based testing for JavaScript. Like QuickCheck.
automate - Native bash script for automate tasks in a multiple servers
lorikeet - A Parallel test runner for DevOps
greenlight - Clojure integration testing framework