Skip to content

Commit

Permalink
refactor: drop hello_world (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Sep 5, 2023
1 parent c950c29 commit 1487e65
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
9 changes: 0 additions & 9 deletions pytest_copie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,3 @@
__version__ = "0.0.1"
__author__ = "Pierrick Rambaud"
__email__ = "pierrick.rambaud49@gmail.com"


def hello_world() -> str:
"""Hello world demo method.
Returns:
the hello world string
"""
return "hello world !"
7 changes: 0 additions & 7 deletions tests/test_pytest_copie.py
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
"""Test the pytest_copie package."""

import pytest_copie


def test_hello_world():
"""Hello world test."""
assert pytest_copie.hello_world() == "hello world !"

0 comments on commit 1487e65

Please sign in to comment.