Skip to content
Snippets Groups Projects
Commit d5653fc9 authored by Greg Albrecht's avatar Greg Albrecht
Browse files

updating test module name

parent d84d936b
No related merge requests found
......@@ -25,6 +25,7 @@ except ImportError:
def publish():
"""Function for publishing package to pypi."""
if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
sys.exit()
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Tests for KISS Module."""
"""Tests for KISS Util Module."""
__author__ = 'Greg Albrecht W2GMD <gba@onbeep.com>'
__copyright__ = 'Copyright 2013 OnBeep, Inc.'
......@@ -16,7 +16,7 @@ from . import constants
# pylint: disable=R0904,C0103
class KISSTestCase(unittest.TestCase):
class KISSUtilTestCase(unittest.TestCase):
"""Test class for KISS Python Module."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment