Rename TestProcessCommand to TestLoading

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
Christophe Bedard 2020-05-23 10:16:38 -04:00
parent 7d3eded902
commit bd0cdc6772

View file

@ -24,7 +24,7 @@ import unittest
from tracetools_analysis.loading import inspect_input_path from tracetools_analysis.loading import inspect_input_path
class TestProcessCommand(unittest.TestCase): class TestLoading(unittest.TestCase):
def __init__(self, *args) -> None: def __init__(self, *args) -> None:
super().__init__( super().__init__(