diff --git a/setup.cfg b/setup.cfg index a788fc7..c0b054a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,4 +2,4 @@ test=pytest [tool:pytest] -addopts = --verbose \ No newline at end of file +addopts = --verbose diff --git a/tests/test_hello.py b/tests/test_hello.py index cb7e6b7..b2d1695 100644 --- a/tests/test_hello.py +++ b/tests/test_hello.py @@ -1,4 +1,4 @@ from minpkg import say_hello def test_say_hello(): - assert say_hello() == 'hello' \ No newline at end of file + assert say_hello() == 'hello'