Add intraprocess test

This commit is contained in:
Christophe Bedard 2019-06-19 16:44:37 +02:00
parent 39d2a9e2e7
commit 915a09a1ac
4 changed files with 248 additions and 6 deletions

View file

@ -97,7 +97,8 @@ class TraceTestCase(unittest.TestCase):
self.assertProcessNamesExist(self._nodes)
def tearDown(self):
cleanup_trace(self._full_path)
pass
# cleanup_trace(self._full_path)
def assertEventsOrderSet(self, event_names: List[str]):
"""