Skip to content
Snippets Groups Projects
Commit c7b21305 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

cleanup tests

parent d68f5a41
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ import pytz
from logic import Helpers
class HelpersTest(unittest.TestCase):
class TestHelpers(unittest.TestCase):
def test_join_url_parts(self):
self.assertEqual('https://myWebsite/eimer/0815', Helpers.join_url_parts('https://myWebsite', 'eimer', '0815'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment