Skip to content
#

minitest

Here are 130 public repositories matching this topic...

crispinheneise
crispinheneise commented Mar 26, 2020

I understand the reasoning behind the documentation for i_suck_and_my_tests_are_order_dependent. However I feel that this method name and its comment are glib and do not provide adequate rationale for why tests should be order independent. Nor does it allow for the possibility that there are a very limited number of legitimate reasons to want tests to be run sequentially, particularly when deali

mutant
matthias-g
matthias-g commented Nov 18, 2018

In the following scenario, replacing the body of Child#one with super causes a SystemStackError when Child#one is being called. However mutant does not detect that this error kills the mutation that replaces the method's body with super. See https://github.com/matthias-g/mutant_super_bug for a running example.

class Parent
  attr_reader :foo

  def initialize(foo)
    @foo = fo
floehopper
floehopper commented Mar 16, 2020

From [this comment][3]:

I looked up the YARD docs for a @param tag and was surprised to see that the order should be: [@param name [Types] description][1]. I noticed that all of the Mocha YARD docs use @param [Types] name description which seems odd. I trawled through the historical YARD documentation, CHANGELOG, and issues and [eventually discovered][2] that although the documented o

Improve this page

Add a description, image, and links to the minitest topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the minitest topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.