From 85f489ee98f4a35d75a23daeff4c950afd70a47b Mon Sep 17 00:00:00 2001 From: Franz Chih-Ping Hsieh Date: Oct 30 2017 20:13:40 +0000 Subject: rename testcase class name --- diff --git a/tests/test_cli/test_call.py b/tests/test_cli/test_call.py index 79e2b26..158a2a3 100644 --- a/tests/test_cli/test_call.py +++ b/tests/test_cli/test_call.py @@ -9,7 +9,7 @@ import json from koji_cli.commands import handle_call -class TestResubmit(unittest.TestCase): +class TestCall(unittest.TestCase): # Show long diffs in error output... maxDiff = None diff --git a/tests/test_cli/test_hello.py b/tests/test_cli/test_hello.py index ea7d9b4..c63a359 100644 --- a/tests/test_cli/test_hello.py +++ b/tests/test_cli/test_hello.py @@ -9,7 +9,7 @@ import koji from koji_cli.commands import handle_moshimoshi -class TestResubmit(unittest.TestCase): +class TestHello(unittest.TestCase): # Show long diffs in error output... maxDiff = None