Skip to content
Snippets Groups Projects
  1. Oct 17, 2018
  2. Oct 04, 2018
  3. Feb 09, 2018
  4. May 04, 2017
  5. Mar 04, 2017
    • Mike Pennisi's avatar
      [generation] Prevent invalid transformation · da4e798e
      Mike Pennisi authored
      In order to promote readability of the generated test material, the test
      generation tool may insert whitespace if the context a given expanded
      variable calls for it. Avoid inserting such whitespace within literal
      values that span multiple lines.
      da4e798e
  6. Oct 19, 2016
  7. Apr 26, 2016
  8. Apr 25, 2016
    • jugglinmike's avatar
      [generation] Support changing to existing files (#583) · 54fcbf7a
      jugglinmike authored
      When inspecting previously-generated files, a new `Test` instance should
      be used. This avoids over-writing the in-memory representation of the
      latest test, and allows previously-existing test files to be partially
      updated according to subsequent changes in their respective source/case
      files.
      54fcbf7a
  9. Apr 18, 2016
    • Mike Pennisi's avatar
      [generation] Improve file creation heuristic · 613d33ad
      Mike Pennisi authored
      In expecting "case directories" to contain a sub-directory named
      "default", the test generation tool is unable to generate tests for
      features where a directory named "default" is not appropriate.
      
      Modify the heuristic that identifies "case directories" to use a more
      fundamental aspect (i.e. the existence of at least one "case" file).
      613d33ad
    • Mike Pennisi's avatar
      [generation] Expand "comments" in string literals · b0b41775
      Mike Pennisi authored
      Extend test generation tool to recognize and expand interpolation
      patterns within string literals.
      b0b41775
  10. Mar 16, 2016
Loading