pytest: add __init__ files for all test subdirs (#13889)
* pytest: add __init__ files for all test subdirs * add licenses to empty files * Fix Sphinx warning message about comment within docstring * Further fixes to Sphinx docstring
This commit is contained in:
parent
5b3b522861
commit
917224cb3c
4
lib/spack/spack/test/cmd/__init__.py
Normal file
4
lib/spack/spack/test/cmd/__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Copyright 2013-2019 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)
|
@ -786,12 +786,12 @@ def noop(*args):
|
|||||||
@pytest.mark.usefixtures('config')
|
@pytest.mark.usefixtures('config')
|
||||||
def test_store_different_build_deps():
|
def test_store_different_build_deps():
|
||||||
r"""Ensure that an environment can store two instances of a build-only
|
r"""Ensure that an environment can store two instances of a build-only
|
||||||
Dependency:
|
dependency::
|
||||||
|
|
||||||
x y
|
x y
|
||||||
/| (l) | (b)
|
/| (l) | (b)
|
||||||
(b) | y z2
|
(b) | y z2
|
||||||
\| (b) # noqa: W605
|
\| (b)
|
||||||
z1
|
z1
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
4
lib/spack/spack/test/llnl/util/__init.py
Normal file
4
lib/spack/spack/test/llnl/util/__init.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Copyright 2013-2019 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)
|
4
lib/spack/spack/test/modules/__init__.py
Normal file
4
lib/spack/spack/test/modules/__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Copyright 2013-2019 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)
|
4
lib/spack/spack/test/util/__init__.py
Normal file
4
lib/spack/spack/test/util/__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Copyright 2013-2019 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)
|
Loading…
Reference in New Issue
Block a user