Skip to content

Commit

Permalink
Use unittest testrunner (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 authored Mar 24, 2021
1 parent 4ad897f commit 5e75b1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,11 @@
'Flask-SQLAlchemy>=1.0',
'alembic>=0.7'
],
tests_require=[
'Flask-Script>=0.6'
],
entry_points={
'flask.commands': [
'db=flask_migrate.cli:db'
],
},
test_suite="tests",
classifiers=[
'Environment :: Web Environment',
'Intended Audience :: Developers',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python =
deps=
flask-script
commands=
python setup.py test
python -m unittest discover

[testenv:flake8]
deps=
Expand Down

0 comments on commit 5e75b1b

Please sign in to comment.