Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
znicholls committed Sep 26, 2024
1 parent 8f6c81b commit 7f767e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ source = [
branch = true

[tool.coverage.report]
fail_under = 90
fail_under = 80
skip_empty = true
show_missing = true
exclude_also = [
Expand Down
7 changes: 0 additions & 7 deletions tests/integration/test_cli_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,3 @@ def test_version():

assert result.exit_code == 0, result.exc_info
assert result.stdout == f"openscm-zenodo {openscm_zenodo.__version__}\n"


def test_say_hi():
result = runner.invoke(app, ["say-hi", "Tim"])

assert result.exit_code == 0, result.exc_info
assert result.stdout == "Hi Tim\n"
12 changes: 0 additions & 12 deletions tests/unit/test_operations.py

This file was deleted.

0 comments on commit 7f767e6

Please sign in to comment.