1. 21 3月, 2017 3 次提交
  2. 14 3月, 2017 2 次提交
  3. 08 2月, 2017 1 次提交
    • J
      Enhance parseOutput.rb to support Unity fixture output · 4dc04d39
      Jeremy Hannon 提交于
      unity.h and unity_fixture.h output their results in different string formats. This parseOutput.rb script already parsed the unity.h output to generate a JUnit-style XML summary which could be parsed by CI servers to graph the history of test pass/fail results. The changes in this commit allow the script to also handle the output format of unity_fixture.h which utilizes groups to add a layer of organization for tests.
      
      The changes in this commit were authored by Justin Seifi, my coworker, who has approved of me submitting his work back to this open source framework repo.
      4dc04d39
  4. 31 1月, 2017 1 次提交
  5. 25 12月, 2016 1 次提交
  6. 03 12月, 2016 1 次提交
    • M
      Module generator finishes for partially existing files · 7b51355e
      Matt Chernosky 提交于
      This resolves #219. When generating a new module, if all the files to
      generate already exist then it fails as before. If some of the files
      already exist, then the files that need to be created are created. Any
      existing files are not changed.
      
      Also added a bunch of tests for this feature via rspec. Run them from
      the test folder with `rake spec`.
      7b51355e
  7. 29 11月, 2016 1 次提交
  8. 23 11月, 2016 1 次提交
    • M
      Added to Module Generator: · 4386cf35
      Mark VanderVoord 提交于
      - configurable case.
      - better passing of includes and boilerplate information
      - test only pattern
      - optional naming conventions for case
      4386cf35
  9. 22 11月, 2016 1 次提交
  10. 10 11月, 2016 1 次提交
  11. 28 10月, 2016 2 次提交
  12. 22 9月, 2016 2 次提交
    • L
      Do not match strings across newlines · bc4da247
      L.J. Hill 提交于
      bc4da247
    • L
      Test generator: scrub strings after comments · 9caae856
      L.J. Hill 提交于
      This fixes #220.
      
      Removing strings from test files is still dangerous, but much
      less likely to cause problems after this change to do the
      removal after removing comments.
      
      The bug could still manifest if a test file contains defines two
      macros, one that contains a single quotation mark and then another
      defined somewhere after it that contains a single quotation mark.
      Everything in between the aforementioned quotation marks would
      still be ignored after this commit, but that is an unlikely
      scenario.
      9caae856
  13. 13 7月, 2016 1 次提交
  14. 09 7月, 2016 1 次提交
  15. 27 6月, 2016 1 次提交
  16. 23 6月, 2016 1 次提交
  17. 22 6月, 2016 1 次提交
  18. 21 6月, 2016 2 次提交
  19. 18 5月, 2016 1 次提交
  20. 15 5月, 2016 1 次提交
  21. 26 2月, 2016 2 次提交
  22. 02 2月, 2016 1 次提交
  23. 29 1月, 2016 1 次提交
    • P
      Added support for mocks in sub-directories. · 4ea563e6
      Peter Mendham 提交于
      This supports mock headers of the form:
          #include "some/dir/MockMyCode.h"
      Where the mock name is actually MockMyCode.
      
      I *think* this is the most common scenario when working with mocks
      in subdirectories but if not this could be modified to support
      alternate schemes.
      4ea563e6
  24. 27 1月, 2016 1 次提交
  25. 20 1月, 2016 2 次提交
    • P
      Improved header file generation. · 55a75ded
      Peter Mendham 提交于
      Changed the guard syntax as it was cumbersome for header files in deep
      sub-directories. Added framework/mock includes to make the header file
      stand alone. Made sure that a valid prototype was generated in the case of
      no arguments (void).
      55a75ded
    • P
      Added a command line option to change the name of main. · 2e479911
      Peter Mendham 提交于
      This allows alternative entry points. This is intended for the
      integration of the unit test into a larger system or for it to be used with
      a platform/OS which requires an application entry point other than main. At
      the moment there is no way to change the type signature.
      2e479911
  26. 08 1月, 2016 1 次提交
  27. 11 12月, 2015 1 次提交
  28. 18 8月, 2015 2 次提交
  29. 27 7月, 2015 1 次提交
  30. 22 7月, 2015 1 次提交
  31. 21 7月, 2015 1 次提交