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:
		
				
					committed by
					
						
						Adam J. Stewart
					
				
			
			
				
	
			
			
			
						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,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')
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										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)
 | 
			
		||||
		Reference in New Issue
	
	Block a user