6 lines
		
	
	
		
			102 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			102 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from python_test_project.base import NAME
 | 
						|
 | 
						|
 | 
						|
def test_base():
 | 
						|
    assert NAME == "python_test_project"
 |