1# vim: set syntax=python ts=4 : 2# 3# Copyright (c) 2018 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6class DisablePyTestCollectionMixin(object): 7 __test__ = False 8