diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-05-14 22:26:38 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-05-14 22:26:38 +0100 |
commit | f83695aa8ac9e0c67f75bf02b84a554301029c1e (patch) | |
tree | 5904c779f65ee6a651cd83a9113944a01deadf46 /datamaps/tests/test_cli.py | |
parent | bcfc8eac63b2297464ab400ee2aeebf09c692ac4 (diff) |
removed breakpoint
Diffstat (limited to 'datamaps/tests/test_cli.py')
-rw-r--r-- | datamaps/tests/test_cli.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |