[Buildbot-commits] [buildbot/buildbot] e9e016: Consolidate tests from interfaces/* into unit/

GitHub noreply at github.com
Mon Oct 1 20:21:04 UTC 2012


  Branch: refs/heads/nine
  Home:   https://github.com/buildbot/buildbot
  Commit: e9e016f470dd4242f45e090f97014a6099225fc0
      https://github.com/buildbot/buildbot/commit/e9e016f470dd4242f45e090f97014a6099225fc0
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-09-30 (Sun, 30 Sep 2012)

  Changed paths:
    M README.md
    R master/buildbot/test/interfaces/__init__.py
    R master/buildbot/test/interfaces/test_data_connector.py
    R master/buildbot/test/interfaces/test_db_buildsets.py
    R master/buildbot/test/interfaces/test_db_changes.py
    R master/buildbot/test/interfaces/test_logfile.py
    R master/buildbot/test/interfaces/test_mq.py
    R master/buildbot/test/interfaces/test_remotecommand.py
    M master/buildbot/test/unit/test_data_connector.py
    A master/buildbot/test/unit/test_db_buildsets.py
    M master/buildbot/test/unit/test_db_changes.py
    A master/buildbot/test/unit/test_logfile.py
    A master/buildbot/test/unit/test_mq.py
    A master/buildbot/test/unit/test_remotecommand.py
    M master/docs/developer/tests.rst

  Log Message:
  -----------
  Consolidate tests from interfaces/* into unit/

The line between what should be an interface test and what should be a
unit test isn't clear - I keep finding myself moving things back and
forth.  Rather than separate them by subdirectory, this leaves them all
in the unit/ directory.  The formulaic use of Tests and RealTests
indicates an interface test.


  Commit: cc38928e3eeefb86bd31fdbf17501ff99378c633
      https://github.com/buildbot/buildbot/commit/cc38928e3eeefb86bd31fdbf17501ff99378c633
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2012-10-01 (Mon, 01 Oct 2012)

  Changed paths:
    M master/docs/developer/tests.rst

  Log Message:
  -----------
  fix typo - 'implementation' when I meant 'signature'


Compare: https://github.com/buildbot/buildbot/compare/280dd796ab16...cc38928e3eee


More information about the Commits mailing list