mirror of
				https://github.com/sphinx-doc/sphinx.git
				synced 2025-02-25 18:55:22 -06:00 
			
		
		
		
	refactor: Fix flake8 violations under tests/ directory
This commit is contained in:
		@@ -19,6 +19,7 @@ from sphinx.pycode import ModuleAnalyzer
 | 
			
		||||
 | 
			
		||||
SPHINX_MODULE_PATH = os.path.splitext(sphinx.__file__)[0] + '.py'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
def test_ModuleAnalyzer_get_module_source():
 | 
			
		||||
    assert ModuleAnalyzer.get_module_source('sphinx') == (sphinx.__file__, sphinx.__loader__.get_source('sphinx'))
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user