Skip to content

Commit

Permalink
Fix a little
Browse files Browse the repository at this point in the history
  • Loading branch information
raimon49 committed Feb 5, 2018
1 parent 2b168ba commit f28145c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def read_file(filename):
'Topic :: System :: Systems Administration',
'Topic :: System :: System Shells',
],
keywords='pip License',
keywords='pip license',
py_modules=['piplicenses'],
install_requires=['PTable'],
setup_requires=[
Expand Down
6 changes: 6 additions & 0 deletions test_piplicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ def setUpClass(cls):


class TestGetLicenses(CommandLineTestCase):
def setUp(self):
pass

def _create_pkg_name_columns(self, table):
import copy
# XXX: access to private API
Expand Down Expand Up @@ -63,3 +66,6 @@ def test_with_urls(self):
output_fields = get_output_fields(args)
self.assertNotEquals(output_fields, list(DEFAULT_OUTPUT_FIELDS))
self.assertIn('URL', output_fields)

def tearDown(self):
pass

0 comments on commit f28145c

Please sign in to comment.