From f83695aa8ac9e0c67f75bf02b84a554301029c1e Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 14 May 2020 22:26:38 +0100 Subject: removed breakpoint --- datamaps/tests/test_cli.py | 1 - 1 file changed, 1 deletion(-) (limited to 'datamaps') diff --git a/datamaps/tests/test_cli.py b/datamaps/tests/test_cli.py index eaff8fa..6dd5154 100644 --- a/datamaps/tests/test_cli.py +++ b/datamaps/tests/test_cli.py @@ -20,7 +20,6 @@ def _copy_resources_to_input(config, directory): @pytest.mark.skip("Not currently passing - need to investigate") def test_error_report(mock_config, resource_dir): - breakpoint() runner = CliRunner() mock_config.initialise() _copy_resources_to_input(mock_config, resource_dir) -- cgit v1.2.3