You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Here is how it is tested right now](https://github.com/reactive-firewall/multicast/blob/389c93eb86e012a38edb88b3b81c7d4aa55e843a/tests/test_hear_cleanup.py#L54C2-L96C43)
76
75
77
76
```python3
78
77
import multicast
@@ -150,10 +149,9 @@ didWork = (int(p.exitcode) <= int(0)) # if you use a loop and need to know the e
150
149
> Caveat: the above examples assume the reader is knowledgeable about general `IPC` theory and
151
150
> the standard python `multiprocessing` module and its use.
152
151
153
-
> [!TIP]
154
-
> Another
155
-
> [more CLI focused way to test](https://github.com/reactive-firewall/multicast/blob/389c93eb86e012a38edb88b3b81c7d4aa55e843a/tests/test_usage.py#L385C2-L432C43)
156
-
> is another example of how to use the module.
152
+
Here is a
153
+
[more CLI focused way to test](https://github.com/reactive-firewall/multicast/blob/389c93eb86e012a38edb88b3b81c7d4aa55e843a/tests/test_usage.py#L385C2-L432C43)
0 commit comments