Skip to content

Commit

Permalink
Inserido teste com pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
Carloshbfreire committed Sep 9, 2022
1 parent 3a4e36b commit 2f75feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ python:
install:
- pip install -q -r requirements-dev.txt
- flake8
- pytest Libpythonpro
- pytest Libpythonpro Carlos
2 changes: 1 addition & 1 deletion Libpythonpro/tests/test_exemplo.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def test_int():
assert 1 == 0
assert 1 == 1

0 comments on commit 2f75feb

Please sign in to comment.