Skip to content

Commit

Permalink
Inserido teste com pytest
Browse files Browse the repository at this point in the history
close #21
  • Loading branch information
Carloshbfreire committed Sep 8, 2022
1 parent e4d778c commit 3a4e36b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ python:
install:
- pip install -q -r requirements-dev.txt
- flake8
- pytest Libpythonpro
2 changes: 1 addition & 1 deletion Libpythonpro/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1'
__version__ = '0.2'
Empty file added Libpythonpro/tests/__init__.py
Empty file.
2 changes: 2 additions & 0 deletions Libpythonpro/tests/test_exemplo.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
def test_int():
assert 1 == 0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def find_package_data(
long_description_content_type='text/markdown',
author=AUTHOR,
author_email=AUTHOR_EMAIL,
license=read('LICENSE'),
license=read('GNU AFFERO GENERAL PUBLIC LICENSE'),
url=URL,
packages=find_packages(exclude=["tests.*", "tests"]),
package_data=find_package_data(PACKAGE, only_in_packages=False),
Expand Down

0 comments on commit 3a4e36b

Please sign in to comment.