1. 08 Oct, 2001 1 commit
  2. 05 Oct, 2001 11 commits
  3. 04 Oct, 2001 11 commits
  4. 03 Oct, 2001 3 commits
  5. 02 Oct, 2001 5 commits
  6. 28 Sep, 2001 6 commits
  7. 26 Sep, 2001 1 commit
    • Jeremy Hylton's avatar
      Be more specific about exception begin caugh in test_merge(). · d6669eca
      Jeremy Hylton authored
      The only exceptions that an _p_resolveConflict() method should raise
      are ConflictError and ValueError.  If it raises a different exception,
      then it has failed.
      
      In general, a unittest should not use a bare except clause, because
      they almost always mask failures.  If the test really means to catch
      all exceptions, it's best to make a comment to that effect.
      d6669eca
  8. 21 Sep, 2001 1 commit
  9. 20 Sep, 2001 1 commit