Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Nov 22, 2018
1 parent 32f3cfe commit 3c9814a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
test=pytest

[tool:pytest]
addopts = --verbose
addopts = --verbose
2 changes: 1 addition & 1 deletion tests/test_hello.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from minpkg import say_hello

def test_say_hello():
assert say_hello() == 'hello'
assert say_hello() == 'hello'

0 comments on commit 3c9814a

Please sign in to comment.