Try again

This commit is contained in:
Simon Willison 2019-05-11 14:58:39 -07:00
commit b5b0b25d21
2 changed files with 2 additions and 0 deletions

View file

@ -23,6 +23,7 @@ def test_inspect_cli(app_client):
def test_inspect_cli_writes_to_file(app_client):
print(app_client)
import os
print(os.getcwd())
print(os.listdir("."))
runner = CliRunner()