7 lines
121 B
Python
7 lines
121 B
Python
class TestProcessChain:
|
|
def test_process_chain(self):
|
|
pass
|
|
|
|
def test_processor_chain(self):
|
|
pass
|