From ebc3d9269038585c9dffd67578bfa8ff6ed48ee9 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 11 May 2019 14:53:44 -0700 Subject: [PATCH] Extra debug info for Travis --- tests/test_inspect.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/test_inspect.py b/tests/test_inspect.py index d039c162..37c2b780 100644 --- a/tests/test_inspect.py +++ b/tests/test_inspect.py @@ -21,6 +21,10 @@ 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() result = runner.invoke( cli, ["inspect", "fixtures.db", "--inspect-file", "foo.json"]