• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2020 The ChromiumOS Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4"""An example unittest on a ConstraintSuite."""
5
6# Note that this file is currently only here to test the case where a
7# ConstraintSuite appears as an attribute in two files (in the actual class def
8# and as an import here), thus there are no actual unit tests.
9from check_example1 import Example1ConstraintSuite