blob: 615257f6e2bfab6b999499d25a82c3f06d12b1bf [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""
A parallelized, coverage-collecting, expectation-based testing framework.
"""
__version__ = '0.2.6'
__author__ = 'The Chromium Infrastructure Team'
__email__ = 'infra-dev@chromium.org'
__url__ = 'https://chromium.googlesource.com/infra/testing/expect_tests/'
from expect_tests.main import ALL_MODULES
from expect_tests.main import main
from expect_tests.type_definitions import Bind
from expect_tests.type_definitions import FuncCall
from expect_tests.type_definitions import Result
from expect_tests.type_definitions import Test
from expect_tests.unittest_helper import UnitTestModule
from expect_tests.unittest_helper import UnittestTestCase
from expect_tests.util import covers
from expect_tests.util import test_generator