Skip to content

Commit 2f75feb

Browse files
Inserido teste com pytest
close #731
1 parent 3a4e36b commit 2f75feb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ python:
55
install:
66
- pip install -q -r requirements-dev.txt
77
- flake8
8-
- pytest Libpythonpro
8+
- pytest Libpythonpro Carlos

Libpythonpro/tests/test_exemplo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def test_int():
2-
assert 1 == 0
2+
assert 1 == 1

0 commit comments

Comments
 (0)