Docs: test environment: clarify the behavior of a TraceTestApplication
[lttng-tools.git] / tests / utils / lttngtest / environment.py
index 0efb2b5f526ea5edba9ea5199e87772645d3db4d..6567467ebb19328f8208e32ab7e1d21a1807c1ad 100644 (file)
@@ -189,7 +189,8 @@ class WaitTraceTestApplication:
 
 class TraceTestApplication:
     """
-    Create an application to trace.
+    Create an application that emits events as soon as it is launched. In most
+    scenarios, it is preferable to use a WaitTraceTestApplication.
     """
 
     def __init__(self, binary_path, environment):
This page took 0.023576 seconds and 4 git commands to generate.