1. 07 Sep, 2012 17 commits
  2. 28 Aug, 2012 5 commits
  3. 15 Aug, 2012 1 commit
  4. 07 Aug, 2012 2 commits
  5. 02 Aug, 2012 1 commit
  6. 01 Aug, 2012 1 commit
  7. 19 Jul, 2012 2 commits
  8. 02 Jul, 2012 1 commit
  9. 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
  10. 21 Jun, 2012 9 commits