~mabac/svammel/specify-single-component

« back to all changes in this revision

Viewing changes to tests/test_bug_logging.py

  • Committer: Mattias Backman
  • Date: 2011-04-08 10:55:12 UTC
  • mfrom: (61.2.24 get-success-logs)
  • Revision ID: mattias.backman@linaro.org-20110408105512-d7pnshsv8fqq22ev
Filter out packages when successful builds are found in other archives.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    TestCaseWithFixtures,
16
16
    MockSomethingFixture,
17
17
    )
18
 
from logging import (
 
18
from bug_logging import (
19
19
    LOG_ITEM_SEPARATOR,
20
20
    Log,
21
21
    LogEntry,