summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/test/multimethod.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/spack/spack/test/multimethod.py b/lib/spack/spack/test/multimethod.py
index de694c1498..2780c57fc5 100644
--- a/lib/spack/spack/test/multimethod.py
+++ b/lib/spack/spack/test/multimethod.py
@@ -107,3 +107,7 @@ def test_multimethod_with_base_class(mock_packages):
pkg = spack.repo.get('multimethod@1')
assert pkg.base_method() == "base_method"
+
+def test_multimethod_inheritance(mock_packages):
+ pkg = spack.repo.get('multimethod-inheritor@1.0')
+ assert pkg.no_version_2() == 1