Rename TestProcessCommand to TestLoading
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
7d3eded902
commit
bd0cdc6772
1 changed files with 1 additions and 1 deletions
|
@ -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__(
|
Loading…
Add table
Add a link
Reference in a new issue