Don't Use Mocks

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. goos-code-examples

    Code examples from later chapters of Growing Object-Oriented Software, Guided by Tests

    A very good way to use mocks (not like illustrated here) is explained in the GOOS book by Freeman and Pryce: http://www.growing-object-oriented-software.com/

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. RR

    RR is a test double framework that features a rich selection of double techniques and a terse syntax. ⛺ (by rr)

  4. fff

    A testing micro framework for creating function test doubles (by meekrosoft)

  5. Practices

    I agree with the premise and have taken a [deeper dive](https://github.com/osmyn/Practices/blob/master/UnitTestGuide...) if anyone is interested in learning more about creating tests that aren't brittle. I did this after suffering through poorly written tests that made our team afraid of any refactoring.

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

  • An Introduction to Unit Testing in Node.js

    4 projects | dev.to | 22 Aug 2024
  • QuAlity Drinks

    3 projects | dev.to | 4 Aug 2024
  • # 5 Testing Frameworks for JavaScript Developers

    3 projects | dev.to | 1 Jun 2024
  • C++ Comparison Operator Craziness

    1 project | news.ycombinator.com | 12 Feb 2024
  • How to Use Shoulda Matchers with RSpec for Ruby on Rails

    6 projects | dev.to | 20 Dec 2023

Did you know that Ruby is
the 12th most popular programming language
based on number of references?