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:
Greg Becker 2019-12-10 13:19:09 -08:00 committed by Adam J. Stewart
parent 5b3b522861
commit 917224cb3c
5 changed files with 22 additions and 6 deletions

View 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)

View File

@ -786,13 +786,13 @@ def noop(*args):
@pytest.mark.usefixtures('config')
def test_store_different_build_deps():
r"""Ensure that an environment can store two instances of a build-only
Dependency:
dependency::
x y
/| (l) | (b)
(b) | y z2
\| (b) # noqa: W605
z1
x y
/| (l) | (b)
(b) | y z2
\| (b)
z1
"""
default = ('build', 'link')

View 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)

View 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)

View 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)