Skip to content

Commit

Permalink
converted test to a package by adding __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhky committed Feb 10, 2018
1 parent db3feae commit e36a966
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ def readme():
],
tests_require=['unittest2', 'numpy',],
test_suite="test",
include_package_data=True,
# include_package_data=True,
zip_safe=False)
3 changes: 3 additions & 0 deletions test/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
This package has automated unit-tests for shorttext.
"""

0 comments on commit e36a966

Please sign in to comment.