1. 09 Jul, 2012 2 commits
  2. 06 Jul, 2012 1 commit
    • parses out '@' from CLI and test for cascading tag · e788f04e
      CLI now accepts @ for the tag argument without failing.  This was more
      because I'm lazy and didn't want to update all our CI runners that I had
      set up for my pull request, but also because I think it's nice to have
      the option of doing both.  Many people I've talked to consider the tag
      to include the '@'
      
      I also added a very basic test that covers the cascading of tags from
      feature to their child scenarios.  Hope it's helpful, and I really hope
      I have the chance to get back to submitting on it
      
      [272]
      Chris McGraw committed
  3. 02 Jul, 2012 1 commit
  4. 01 Jul, 2012 1 commit
    • Fix CLI exit code · 31e4ad97
      The 'lettuce' CLI, after a successful test run, was always exiting with
      an exit status of 1 indicating an error. The main() function was
      erroneously considering the test run a failure if the TotalResult
      instance returned by runner.run() evaluated to True (which is always
      does).
      
      This issue was reported on the mailing list [1] by Dave Sykes. I ran
      in to the same problem while running lettuce from tox which reports the
      success/failure of a test run based on the exit status of the test
      command (lettuce).
      
      [1] https://groups.google.com/d/topic/lettuce-users/6Nu2QXE1MBc/discussion
      Nick Wilson committed
  5. 21 Jun, 2012 14 commits
  6. 16 Jun, 2012 2 commits
  7. 15 Jun, 2012 2 commits
  8. 14 Jun, 2012 2 commits
  9. 13 Jun, 2012 4 commits
  10. 12 Jun, 2012 11 commits