From 2f75febfc0dfe09476c11c41c97457824cebe473 Mon Sep 17 00:00:00 2001 From: Carloshbfreire Date: Fri, 9 Sep 2022 18:49:12 -0300 Subject: [PATCH] Inserido teste com pytest close #731 --- .travis.yml | 2 +- Libpythonpro/tests/test_exemplo.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9a9a9be..70948b69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ python: install: - pip install -q -r requirements-dev.txt - flake8 - - pytest Libpythonpro \ No newline at end of file + - pytest Libpythonpro Carlos \ No newline at end of file diff --git a/Libpythonpro/tests/test_exemplo.py b/Libpythonpro/tests/test_exemplo.py index 41c6a276..470a3111 100644 --- a/Libpythonpro/tests/test_exemplo.py +++ b/Libpythonpro/tests/test_exemplo.py @@ -1,2 +1,2 @@ def test_int(): - assert 1 == 0 \ No newline at end of file + assert 1 == 1 \ No newline at end of file