[Buildbot-commits] [buildbot/buildbot] 276b67: fix 'don't know how to test this' skips

GitHub noreply at github.com
Sun Jul 8 22:03:18 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 276b67b4122930c0ff031216fe13a9e0f6335235
      https://github.com/buildbot/buildbot/commit/276b67b4122930c0ff031216fe13a9e0f6335235
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-07-08 (Sun, 08 Jul 2012)

  Changed paths:
    M master/buildbot/process/properties.py
    M master/buildbot/test/unit/test_process_properties.py

  Log Message:
  -----------
  fix 'don't know how to test this' skips

One was correct (and only needed a change from ValueError to
ConfigErorr).  The other is but one in a large class of
string-substitution syntax errors. We can't hope to catch them all, and
the techniques required to catch a few would probably give us headaches.





More information about the Commits mailing list