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
Copy file name to clipboardExpand all lines: docs/Testing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,7 @@ The Multicast Project includes some hooks for automating future performance test
248
248
> Current performance testing is ad-hoc and focused on gathering more profiling data.
249
249
250
250
There is a separate test group intended for future performance testing aptly named `performance`.
251
-
Currently the `performance` test group contains only empty categories named `scalability`,
251
+
Currently, the `performance` test group contains only empty categories named `scalability`,
252
252
`multi_sender` and `multi_receiver`.
253
253
254
254
| Category |_Intended_ Criteria |_TestSuites_|
@@ -304,7 +304,7 @@ See implementation for more details.
304
304
305
305
#### Logging and Coverage testing
306
306
307
-
By default, logging from the `multicast` module is ignored (there is a [default NULLHandeler](https://github.com/search?q=repo%3Areactive-firewall%2Fmulticast%20path%3Amulticast%2F*.py%20%22addHandler(logging.NullHandler())%22&type=code)
307
+
By default, logging from the `multicast` module is ignored (there is a [default NullHandler](https://github.com/search?q=repo%3Areactive-firewall%2Fmulticast%20path%3Amulticast%2F*.py%20%22addHandler(logging.NullHandler())%22&type=code)
308
308
). The test-runner [`run_selective.py`](https://github.com/reactive-firewall/multicast/tree/HEAD/tests/run_selective.py)
309
309
inserts its own [special log handler](https://github.com/search?q=repo%3Areactive-firewall%2Fmulticast+path%3Atests%2F*.py+ColoredStreamHandler)
310
310
during testing to assist in debugging. Code coverage is only collected when invoking tests via the
0 commit comments