Skip to content

Commit

Permalink
chore: clarify error (#2)
Browse files Browse the repository at this point in the history
* doc: explain error on purpose

* chore: ignore hypothesis folder
  • Loading branch information
liopic committed May 11, 2023
1 parent 73a7a52 commit 0cc39a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
__pycache__
htmlcov
.coverage
.hypothesis
.mutmut-cache
2 changes: 1 addition & 1 deletion moon_locator.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def next_moon_on_south_from_date(self, from_date: datetime) -> datetime:
return self.moon_on_south + self.moon_interval * cycle

def other_untested_function() -> int:
0
0 # I forgot to add "return" on purpose

0 comments on commit 0cc39a8

Please sign in to comment.