8000 debug · astropy/sphinx-automodapi@31365f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31365f9

Browse files
committed
debug
1 parent 39cd650 commit 31365f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sphinx_automodapi/tests/test_cases.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,11 @@ def test_duplicated_warning(tmpdir):
138138

139139
argv = ['-W', '-b', 'html', src_dir, '_build/html']
140140

141+
print(docs_dir)
142+
141143
try:
142144
os.chdir(docs_dir)
145+
print(os.listdir())
143146
status = build_main(argv=argv)
144147
finally:
145148
os.chdir(start_dir)

0 commit comments

Comments
 (0)
0