From 7bb7b946667723aa0121551aaf4cb1ac6509c797 Mon Sep 17 00:00:00 2001 From: Gregory Becker Date: Mon, 3 Dec 2018 17:14:43 -0800 Subject: Added test for multimethod inheritance --- .../builtin.mock/packages/multimethod-inheritor/package.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 var/spack/repos/builtin.mock/packages/multimethod-inheritor/package.py (limited to 'var/spack/repos/builtin.mock/packages/multimethod-inheritor/package.py') diff --git a/var/spack/repos/builtin.mock/packages/multimethod-inheritor/package.py b/var/spack/repos/builtin.mock/packages/multimethod-inheritor/package.py new file mode 100644 index 0000000000..066a23c6fd --- /dev/null +++ b/var/spack/repos/builtin.mock/packages/multimethod-inheritor/package.py @@ -0,0 +1,13 @@ +# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other +# Spack Project Developers. See the top-level COPYRIGHT file for details. +# +# SPDX-License-Identifier: (Apache-2.0 OR MIT) + +from spack.pkg.builtin.mock.multimethod import Multimethod + + +class MultimethodInheritor(Multimethod): + """This package is designed for use with Spack's multimethod test. + It has a bunch of test cases for the @when decorator that the + test uses. + """ -- cgit v1.2.3-60-g2f50