8 lines
177 B
Python
8 lines
177 B
Python
|
# vim: set syntax=python ts=4 :
|
||
|
#
|
||
|
# Copyright (c) 2018 Intel Corporation
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
class DisablePyTestCollectionMixin(object):
|
||
|
__test__ = False
|